diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-08-10 23:43:57 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-08-10 23:43:57 +0000 |
commit | 9ac4db9c1c6312a2d2a7d73b816f9b5caeafe5c4 (patch) | |
tree | 9e5b49dc45e2572e5227cb4a6f51ae49f679f0b6 /ld/ChangeLog | |
parent | a9c99419755dce4e57bc7699e8abba6001aaf234 (diff) | |
download | gdb-9ac4db9c1c6312a2d2a7d73b816f9b5caeafe5c4.zip gdb-9ac4db9c1c6312a2d2a7d73b816f9b5caeafe5c4.tar.gz gdb-9ac4db9c1c6312a2d2a7d73b816f9b5caeafe5c4.tar.bz2 |
* scripttempl/elf.sc: Add a comment giving the correspondence
between sections, per-datum sections, and linkonce sections. Make
the comment true even for .bss, .sdata, .sdata2, .sbss, and
.sbss2.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ae6238d..cf6fd16 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2000-08-10 Geoff Keating <geoffk@cygnus.com> + + * scripttempl/elf.sc: Add a comment giving the correspondence + between sections, per-datum sections, and linkonce sections. Make + the comment true even for .bss, .sdata, .sdata2, .sbss, and + .sbss2. + 2000-08-10 Jason Eckhardt <jle@cygnus.com> * emulparams/elf32_i860.sh: New file. |