diff options
author | Jeff Law <law@redhat.com> | 1994-07-05 01:38:32 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-07-05 01:38:32 +0000 |
commit | aee611f53c600d9ce751d117c5e9b9d991d97797 (patch) | |
tree | 2c74841849a3c6d801d83e2b185c4a98fbaac95a /ld | |
parent | 0fc2728985dbef0d13e972091c89d577d1ea25ff (diff) | |
download | gdb-aee611f53c600d9ce751d117c5e9b9d991d97797.zip gdb-aee611f53c600d9ce751d117c5e9b9d991d97797.tar.gz gdb-aee611f53c600d9ce751d117c5e9b9d991d97797.tar.bz2 |
* scripttempl/hppaelf.sc (__stack_zero): Don't define this name,
it was for the HPUX dynamic loader's use and it creates problems
with ELF GDB.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0dba65e..9f338c8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,17 @@ +Mon Jul 4 19:35:45 1994 Jeff Law (law@snake.cs.utah.edu) + + * scripttempl/hppaelf.sc (__stack_zero): Don't define this name, + it was for the HPUX dynamic loader's use and it creates problems + with ELF GDB. + +Fri Jul 1 12:53:47 1994 Jeff Law (law@snake.cs.utah.edu) + + * ldlang.c (lang_do_assignments): No longer static. Delete decl. + * ldlang.h (lang_do_assignments): Put external decl here. + * emultempl/hppaelf.em: Minor cleanups throughout file. + (hppa_elf_create_output_section_statements): Rewrite. + (hppaelf_finish): Rewrite. + Wed Jun 29 16:50:00 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib. |