ChangeLog-gas-2.16.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Changelog of the TIGCC-local changes to Binutils (2.16 branch):
  2. 2007-10-02 Kevin Kofler <Kevin@tigcc.ticalc.org>
  3. * bfd/opncls.c (bfd_openr_iovec): Build when open is a macro (thanks to
  4. Hans de Goede).
  5. 2007-02-18 Kevin Kofler <Kevin@tigcc.ticalc.org>
  6. * read.c (next_char_of_string): Fix buffer overflow.
  7. 2006-11-18 Kevin Kofler <Kevin@tigcc.ticalc.org>
  8. * Backport from Binutils 2.17:
  9. 2006-04-06 Alan Modra <amodra@bigpond.net.au>
  10. * frags.c (frag_offset_fixed_p): Reinitialise offset before
  11. second scan.
  12. 2006-04-04 Alan Modra <amodra@bigpond.net.au>
  13. PR 997
  14. * frags.c (frag_offset_fixed_p): New function.
  15. * frags.h (frag_offset_fixed_p): Declare.
  16. * expr.c (expr): Use frag_offset_fixed_p when simplifying subtraction.
  17. 2005-10-10 Arnold Metselaar <arnold.metselaar@planet.nl>
  18. * expr.c (operator): Allow "!=" as a synonym for "<>".
  19. 2005-08-07 H.J. Lu <hongjiu.lu@intel.com>
  20. PR gas/1118
  21. * as.c (parse_args): Handle -al=<FILE>.
  22. 2005-06-08 Tomas Hurka <tom@hukatronic.cz>
  23. PR 991
  24. * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
  25. temporary copy of the operands array so that changes can be safely
  26. backed out if the insn does not match.
  27. 2005-04-10 H.J. Lu <hongjiu.lu@intel.com>
  28. * config/tc-m68k.c (md_begin): Support 64bit host.
  29. (get_num): Support 64bit BFD on 32bit host.
  30. * gas/obj-coff.c: #include "dwarf2dbg.h" to fix implicit declaration
  31. warnings.
  32. 2005-07-31 Kevin Kofler <Kevin@tigcc.ticalc.org>
  33. * gas/as.c (show_usage, parse_args): Add --a68k switch.
  34. * gas/as.h (flag_a68k): New variable.
  35. 2005-07-01 Kevin Kofler <Kevin@tigcc.ticalc.org>
  36. * Import Binutils 2.16.1 release.
  37. 2005-06-25 Kevin Kofler <Kevin@tigcc.ticalc.org>
  38. * gas/read.c (cons): Call cons_worker before emitting debugging
  39. info.
  40. 2005-06-11 Kevin Kofler <Kevin@tigcc.ticalc.org>
  41. * gas/config/tc_m68k.c (m68k_compare_opcode): Fix comparison
  42. function for Windows (distinguish > and ==).
  43. 2005-06-11 Kevin Kofler <Kevin@tigcc.ticalc.org>
  44. * gas/read.c (pseudo_set): Don't evaluate defined+const here,
  45. as this breaks all-relocs mode.
  46. 2005-06-11 Kevin Kofler <Kevin@tigcc.ticalc.org>
  47. * Import Binutils 2.16 release.
  48. * Merge changes from Binutils 2.15 (see ChangeLog-gas-2.15.txt).