diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-17 21:24:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-17 21:24:26 +0000 |
commit | a1ab1d2aa3baf504c67892d1e46724f4a2c54ce5 (patch) | |
tree | 8218d4076c521b56175140896449aed672131546 /ld/ChangeLog | |
parent | 249e3833ac77d9b9ab6a8e158dbf592732de6df2 (diff) | |
download | gdb-a1ab1d2aa3baf504c67892d1e46724f4a2c54ce5.zip gdb-a1ab1d2aa3baf504c67892d1e46724f4a2c54ce5.tar.gz gdb-a1ab1d2aa3baf504c67892d1e46724f4a2c54ce5.tar.bz2 |
* emultempl/elf32.em (OPTION_GROUP): New macro.
Add new option Bgroup to longopts.
(gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
(gld*_list_options): Add -Bgroup and -z defs.
* ld.1: Document -Bgroup and -z defs.
* ld.texinfo: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 27552c9..9395dd6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2001-03-17 Ulrich Drepper <drepper@redhat.com> + + * emultempl/elf32.em (OPTION_GROUP): New macro. + Add new option Bgroup to longopts. + (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs. + (gld*_list_options): Add -Bgroup and -z defs. + * ld.1: Document -Bgroup and -z defs. + * ld.texinfo: Likewise. + 2001-03-07 Michael Meissner <meissner@redhat.com> * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal |