ChangeLog-gas-2.15.txt 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Changelog of the TIGCC-local changes to Binutils (2.15 branch):
  2. 2005-06-03 Kevin Kofler <Kevin@tigcc.ticalc.org>
  3. * gas/dwarfdbg.c (dwarf2_emit_insn_if_loc_seen): New function.
  4. * gas/dwarfdbg.h (dwarf2_emit_insn_if_loc_seen): Prototype.
  5. * gas/read.c (cons): Call dwarf2_emit_insn_if_loc_seen instead of dwarf2_emit_insn.
  6. 2005-06-03 Kevin Kofler <Kevin@tigcc.ticalc.org>
  7. * gas/read.c (cons): Call dwarf2_emit_insn unless we are in a debugging info section.
  8. 2005-05-07 Kevin Kofler <Kevin@tigcc.ticalc.org>
  9. * gas/config/tc-m68k.c (md_apply_fix3): Don't range-check PC-relative relocs.
  10. 2005-04-19 Kevin Kofler <Kevin@tigcc.ticalc.org>
  11. * gas/dwarfdbg.c (process_entries): Always use out_set_addr.
  12. 2005-04-07 Kevin Kofler <Kevin@tigcc.ticalc.org>
  13. * gas/subsegs.h (segment_info_type): Add dwarf2_secsym structure member.
  14. * gas/dwarfdbg.c (section_symbol): Use dwarf2_secsym instead of dot.
  15. (out_debug_info, out_debug_abbrev, out_debug_line): Set dwarf2_secsym.
  16. (out_debug_info, out_debug_abbrev, out_debug_line): Never emit low_pc and high_pc.
  17. 2005-04-03 Kevin Kofler <Kevin@tigcc.ticalc.org>
  18. * gas/config/tc-m68k.c (md_pseudo_table): Add .file and .loc (DWARF 2).
  19. * gas/config/obj-coff.c (size_section): Call eh_frame_estimate_size_before_relax for rs_cfa
  20. and dwarf2dbg_estimate_size_before_relax for rs_dwarf2dbg.
  21. 2005-04-03 Kevin Kofler <Kevin@tigcc.ticalc.org>
  22. * gas/config/tc-m68k.c (md_assemble): Always enable DWARF2 handling code.
  23. * Revert (by changing #ifdef BFD_ASSEMBLER to #if 1):
  24. 2000-12-11 H.J. Lu <hjl@gnu.org>
  25. * dwarf2dbg.c: Enabled only if BFD_ASSEMBLER is defined.
  26. * Revert:
  27. 2000-12-21 H.J. Lu <hjl@gnu.org>
  28. * dwarf2dbg.c (dwarf2_finish): Remove #if BFD_ASSEMBLER.
  29. * gas/dwarfdbg.c (section_symbol): #define if BFD_ASSEMBLER not defined.
  30. (ffs): #define to __builtin_ffs on MinGW.
  31. (dwarf2_finish): Add bfd_get_section_by_name replacement for the !BFD_ASSEMBLER case.
  32. * gas/config/obj-coff.c (size_section): Handle rs_cfa and rs_dwarf2dbg.
  33. (fill_section): Handle rs_cfa and rs_dwarf2dbg.
  34. 2005-01-30 Kevin Kofler <Kevin@tigcc.ticalc.org>
  35. * Import Binutils 2.15 release.
  36. * Merge changes from Binutils 2.14 (see ChangeLog-gas-214.txt).
  37. * gas/configure (ac_config_files): Remove doc and po makefiles.
  38. * gas/config/tc-m68k.c (md_assemble): Mark all relocs going through this function
  39. unoptimizable, optimizable relocs go through the relaxer anyway. Excepted from this
  40. are byte branches because the linker must be able to remove them entirely. This fixes
  41. explicit :l which was being ignored by the linker.
  42. * opcodes/m68k-opc.c (m68k_opcodes): Add branches without specified size.
  43. (m68k_aliases): Remove them. Fix branch aliases without size specification (bhs,
  44. blo, br) to use them instead of the word-sized ones.
  45. * gas/config/tc-m68k.c (m68k_ip): Make branches without specified size relaxable.