diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-08 17:26:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-08 17:26:27 +0000 |
commit | a864a26ecc38269a60f12b306b7f5e218f8a1432 (patch) | |
tree | 13023e29ced59b8ccc7ddfbc642d5caf3e5ac196 /ld | |
parent | 9fa1bd1f401294a81e1751720cf41ab342c5aa76 (diff) | |
download | gdb-a864a26ecc38269a60f12b306b7f5e218f8a1432.zip gdb-a864a26ecc38269a60f12b306b7f5e218f8a1432.tar.gz gdb-a864a26ecc38269a60f12b306b7f5e218f8a1432.tar.bz2 |
* emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Don't define;
.got section is now explicitly handled in elf.sc.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d98888f..6fb8c57 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Thu Sep 8 13:25:24 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Don't define; + .got section is now explicitly handled in elf.sc. + +Wed Sep 7 13:08:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * scripttempl/alpha.sc: Redo script to set . outside of sections + and not bother to explicitly specify section addresses. + Explicitly place .sdata section. + Tue Sep 6 23:51:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * scripttempl/m68kcoff.sc: Put .bss in data segment. |