bfd/ChangeLog
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 326b47cc46c23bb8a8ea750b8519b67563eebef1..d7e5b4a9ceed5136cf01c3d883beecfa031a9091 100644 (file)
@@ -1,3 +1,23 @@
+2014-04-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * config/tc-avr.c: Add new flag mlink-relax.
+       (md_show_usage): Add flag and help text.
+       (md_parse_option): Record whether link relax is turned on.
+       (relaxable_section): New.
+       (avr_validate_fix_sub): New.
+       (avr_force_relocation): New.
+       (md_apply_fix): Generate DIFF reloc.
+       (avr_allow_local_subtract): New.
+
+       * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
+       (TC_FORCE_RELOCATION): Define.
+       (TC_FORCE_RELOCATION_SUB_SAME): Define.
+       (TC_VALIDATE_FIX_SUB): Define.
+       (avr_force_relocation): Declare.
+       (avr_validate_fix_sub): Declare.
+       (md_allow_local_subtract): Define.
+       (avr_allow_local_subtract): Declare.
+
 2014-04-10  Andrew Bennett  <andrew.bennett@imgtec.com>
 
        * config/tc-mips.c (mips_cpu_info_table): Add P5600
This page took 0.024084 seconds and 4 git commands to generate.