diff options
author | Jeff Law <law@redhat.com> | 1994-11-16 17:06:20 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-16 17:06:20 +0000 |
commit | 831d7ac47c3cbcfb7dd635a18b3dfeaa58a0706d (patch) | |
tree | 247b6eeddc0ed68a3c9e767d117be4eef5947e29 /ld/ChangeLog | |
parent | f32fc5f9790cdab127622f3a3f3bdc2474fe9da5 (diff) | |
download | gdb-831d7ac47c3cbcfb7dd635a18b3dfeaa58a0706d.zip gdb-831d7ac47c3cbcfb7dd635a18b3dfeaa58a0706d.tar.gz gdb-831d7ac47c3cbcfb7dd635a18b3dfeaa58a0706d.tar.bz2 |
* scripttempl/hppaelf.sc (.text): Place unwind descriptors in the
text segment.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 31b9ff0..e15b2f3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,17 @@ +Wed Nov 16 10:03:03 1994 Jeff Law (law@snake.cs.utah.edu) + + * scripttempl/hppaelf.sc (.text): Place unwind descriptors in the + text segment. + Sat Nov 12 15:55:56 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + Patches from Eric Youngdale <eric@aib.com>: + * ldlang.c (lang_finish): Don't warn if entry symbol not found + when generating a shared library. + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Warn if + attempting to place an orphaned relocation section when generating + a dynamically linked object. + * scripttempl/elf.sc: Add ENTRY(${ENTRY}), and default ${ENTRY} to _start. |