diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2003-02-11 02:20:30 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2003-02-11 02:20:30 +0000 |
commit | cfbd8dfaa6f3b62b0c34ff83f3d8ffed514b4f55 (patch) | |
tree | 41e7b89735f3c97cd3ffe27ba853e85f4335c721 /ld | |
parent | 34d97300be2588f36cbf8810c3d9d60f32efd274 (diff) | |
download | gdb-cfbd8dfaa6f3b62b0c34ff83f3d8ffed514b4f55.zip gdb-cfbd8dfaa6f3b62b0c34ff83f3d8ffed514b4f55.tar.gz gdb-cfbd8dfaa6f3b62b0c34ff83f3d8ffed514b4f55.tar.bz2 |
* hppaelf.em (group_size): Change default back to 1.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emultempl/hppaelf.em | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 871bcde..b2f3400 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-02-10 John Daivid Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * hppaelf.em (group_size): Change default back to 1. + 2003-02-09 Alan Modra <amodra@bigpond.net.au> * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code. diff --git a/ld/emultempl/hppaelf.em b/ld/emultempl/hppaelf.em index 9d593f7..c44b01a 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. */ |