diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-04-17 19:05:20 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-04-17 19:05:20 +0000 |
commit | 221d1e19de5852f4b176484cdbc17f0233702c82 (patch) | |
tree | 42e00d7ec065d8dae6cdaa7b8912c32ecb49ee57 /bfd/ChangeLog | |
parent | 8f9a56c65cd84df49a485bba37ab250c24a23404 (diff) | |
download | gdb-221d1e19de5852f4b176484cdbc17f0233702c82.zip gdb-221d1e19de5852f4b176484cdbc17f0233702c82.tar.gz gdb-221d1e19de5852f4b176484cdbc17f0233702c82.tar.bz2 |
Update for Solaris
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a04b72b..accd556 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Wed Apr 17 12:08:24 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling + on Solaris PowerPC systems doesn't get confused. + + * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not + #ifdef PPC. + + * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument. + (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't + update did_reg and did_reg2. + Wed Apr 17 13:07:37 1996 Ian Lance Taylor <ian@cygnus.com> * linker.c (_bfd_generic_link_add_one_symbol): When calling the |