From: Dave Anglin Date: Fri, 7 Feb 2003 15:55:49 +0000 (+0000) Subject: * hppaelf.em (group_size): Change default to -1. X-Git-Tag: binutils-2_14-branchpoint~903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1e138d28f6dda01f3e049f399ad54bf69cabbd;p=thirdparty%2Fbinutils-gdb.git * hppaelf.em (group_size): Change default to -1. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index aa947b45d73..a173f83744b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-02-07 John David Anglin + + * hppaelf.em (group_size): Change default to -1. + 2003-02-07 Nick Clifton * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short diff --git a/ld/emultempl/hppaelf.em b/ld/emultempl/hppaelf.em index c44b01a7b8a..9d593f7838e 100644 --- a/ld/emultempl/hppaelf.em +++ b/ld/emultempl/hppaelf.em @@ -50,7 +50,7 @@ static int need_laying_out = 0; /* Maximum size of a group of input sections that can be handled by one stub section. A value of +/-1 indicates the bfd back-end should use a suitable default size. */ -static bfd_signed_vma group_size = 1; +static bfd_signed_vma group_size = -1; /* Stops the linker merging .text sections on a relocatable link, and adds millicode library to the list of input files. */