]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* hppaelf.em (group_size): Change default to -1.
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 7 Feb 2003 15:55:49 +0000 (15:55 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 7 Feb 2003 15:55:49 +0000 (15:55 +0000)
ld/ChangeLog
ld/emultempl/hppaelf.em

index aa947b45d7388bdae4558519e942cf773f853c9d..a173f83744b919a36fa974665e7d3db131254ddf 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * hppaelf.em (group_size): Change default to -1.
+
 2003-02-07  Nick Clifton  <nickc@redhat.com>
 
        * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
index c44b01a7b8aa729ce955978c06f999c16a122aa8..9d593f7838e772a4c126b0ee6224fdde9f14a21f 100644 (file)
@@ -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.  */