diff options
author | Tom Rix <trix@redhat.com> | 2001-09-06 15:20:01 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-09-06 15:20:01 +0000 |
commit | 1fdf02497c16f3f011e3548c4bb810b26ac670b9 (patch) | |
tree | 18939020809bd254355dacb1d871bc39887bb421 /bfd/ChangeLog | |
parent | 7ccaa899b118c3a792abfa68eaf36116dc63a2df (diff) | |
download | gdb-1fdf02497c16f3f011e3548c4bb810b26ac670b9.zip gdb-1fdf02497c16f3f011e3548c4bb810b26ac670b9.tar.gz gdb-1fdf02497c16f3f011e3548c4bb810b26ac670b9.tar.bz2 |
Fix import symbols for AIX.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ffc81da..8e056f9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2001-09-05 Tom Rix <trix@redhat.com> + + * xcofflink.c (bfd_xcoff_import_symbol): Handle import file XMC_XO + and syscall symbols. + (write_global_symbol) : Same. + (bfd_xcoff_export_symbol): Remove unused syscall param. + * libxcoff.h: Change prototype of bfd_xcoff_export symbol and + bfd_xcoff_import_symbol. + * bfd-in.h: Same. + * bfd-in2.h : Regenerate. + 2001-09-04 Richard Henderson <rth@redhat.com> * elf64-alpha.c (SKIP_HOWTO): New. |