diff options
author | Jakub Jelinek <jakub@redhat.com> | 2001-10-05 16:36:55 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2001-10-05 16:36:55 +0000 |
commit | ec38dd05480823afb15108d1bfcf875e91723392 (patch) | |
tree | 92bf08ba052bc9a12250e4b5ab53bed2ff490030 /ld/ChangeLog | |
parent | 7e766c3b49355d460f8d4540c008cae645ecd12b (diff) | |
download | gdb-ec38dd05480823afb15108d1bfcf875e91723392.zip gdb-ec38dd05480823afb15108d1bfcf875e91723392.tar.gz gdb-ec38dd05480823afb15108d1bfcf875e91723392.tar.bz2 |
* doc/as.texinfo: Document M and S ELF section flags.
* emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
-z nocombreloc in usage.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c638abc..64e4b54 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-10-05 Jakub Jelinek <jakub@redhat.com> + + * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and + -z nocombreloc in usage. + 2001-10-03 Jim Blandy <jimb@redhat.com> * genscripts.sh: Include a comment at the top of each generated |