diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-25 20:24:24 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-25 20:24:24 +0000 |
commit | cb9914277d30059ea2346ab8d4603d864e0c25a7 (patch) | |
tree | d7fcfa92a0a05ec46804e17b001d1a10dbd6fc60 | |
parent | 6b346f512ef2c33615464b7a6849fb66564473d8 (diff) | |
download | gdb-cb9914277d30059ea2346ab8d4603d864e0c25a7.zip gdb-cb9914277d30059ea2346ab8d4603d864e0c25a7.tar.gz gdb-cb9914277d30059ea2346ab8d4603d864e0c25a7.tar.bz2 |
elf, cleanup changes
-rw-r--r-- | bfd/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 10a3b81..acacaa1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,39 @@ +Tue May 25 14:03:56 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * libbfd.c (COERCE64): Rewrite to avoid out-of-range values. + + * coff-sh.c (rtype2howto): Put error message on stderr. + (extra_case): Delete unused variable. + + * coff-mips.c (ecoff_print_symbol): Cast bfd_vma values to long + before calling printf. + + * elfcode.h: New file, almost completely derived from old elf32.c. + * elf32.c: Now just define ARCH_SIZE and include elfcode.h. + * Makefile.in (elf64.o): List dependencies, don't build by + default. + (elf64.c): Add to list of sources. + (elf32.o): Update dependencies. + * elf32-*.c: Updated type/macro/structure names. Cleaned up + namespace pollution; rename vectors. + * targets.c, config/*-elf.mt: Updated. + * All uses of 32-bit versions of structures, routines, and macros + renamed. + + * Makefile.in (archures.o, targets.o): Depend on Makefile. + +Mon May 24 15:53:13 1993 Ken Raeburn (raeburn@cygnus.com) + + * elf32-i386.c (enum reloc_type): No comma after last enumerator. + + * elf32.c (elf_string_from_elf_section): Handle index of zero + specially. + (bfd_section_from_shdr, elf_slurp_symbol_table): Don't need to do + so here. + (elf_write_object_contents): Deleted one unused variable and + initialized another to avoid gcc warnings. + (elf_set_section_contents): Delete unused variable. + Fri May 21 19:04:21 1993 Stu Grossman (grossman@cygnus.com) * i386lynx.c: New module for Lynx variant of a.out. |