* hppaelf.em (group_size): Change default to -1.

This commit is contained in:
Dave Anglin 2003-02-07 15:55:49 +00:00
parent ef5bdbd1fe
commit 5e1e138d28
2 changed files with 5 additions and 1 deletions

View 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

View 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. */