diff options
author | Kim Knuttila <krk@cygnus> | 1996-06-29 23:25:23 +0000 |
---|---|---|
committer | Kim Knuttila <krk@cygnus> | 1996-06-29 23:25:23 +0000 |
commit | dfb89b82d4cf591409ca383b9e4fd013cb11a9d7 (patch) | |
tree | 860aa6cc6b144fc4ec4f3653bd808b6631780d6a /bfd | |
parent | 5cd26e22ac5aa2e91cf0f2e00a22ed7ef56b3850 (diff) | |
download | gdb-dfb89b82d4cf591409ca383b9e4fd013cb11a9d7.zip gdb-dfb89b82d4cf591409ca383b9e4fd013cb11a9d7.tar.gz gdb-dfb89b82d4cf591409ca383b9e4fd013cb11a9d7.tar.bz2 |
Fixed the ppc/nt strip bug. Missing D_PAGED.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 26e690e..6503392 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Sat Jun 29 16:18:51 1996 Kim Knuttila <krk@cygnus.com> + + * peicode.h (coff_swap_aouthdr_in): Missing initializations of + first_thunk_address, thunk_size, and import_table_size. + * peicode.h: Improved some diagnostics regarding edata sections. + + * coff-ppc.c (coff_ppc_relocate_section): Earlier error check + on IMGLUE relocs. + (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's. + (TARGET_LITTLE_SYM): Added missing D_PAGED. + Fri Jun 28 13:48:45 1996 Ian Lance Taylor <ian@cygnus.com> * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol |