diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-25 20:22:09 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-25 20:22:09 +0000 |
commit | 6b346f512ef2c33615464b7a6849fb66564473d8 (patch) | |
tree | 78a30dbe29a927dcba31e0e2ef48b5165724387e | |
parent | 2084a17668fd29203e5c53577e18f105c80aa21a (diff) | |
download | binutils-6b346f512ef2c33615464b7a6849fb66564473d8.zip binutils-6b346f512ef2c33615464b7a6849fb66564473d8.tar.gz binutils-6b346f512ef2c33615464b7a6849fb66564473d8.tar.bz2 |
elf, bfd_vma-cast changes
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7a38126..849f1f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Tue May 25 16:05:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * elfread.c (elf_symfile_read): Update ELF structure and routine + names to specify 32-bit versions. + (elf_symtab_read): Retrieve size field directly from symbol, + instead of using old kludge. + + * mips-pinsn.c (print_insn): Cast address to bfd_vma before + calling opcodes library. + * z8k-tdep.c (print_insn): Likewise. + Tue May 25 13:06:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * stabsread.c: Remove all uses of error(). Make error_type and |