ChangeLog 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601
  1. 2015-10-21 Nick Clifton <nickc@redhat.com>
  2. PR gas/19109
  3. * configure.ac: Restore --enable-compressed-debug-sections, with
  4. options of all, none or gas.
  5. Do not enable compressed debug sections by default for x86 Linux
  6. targets.
  7. * configure: Regenerate.
  8. 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
  9. PR gas/19109
  10. * NEWS: Update --enable-compressed-debug-sections=.
  11. * configure.ac: Remove --enable-compressed-debug-sections.
  12. (DEFAULT_FLAG_COMPRESS_DEBUG): Check
  13. --enable-compressed-debug-sections={all,gas} instead of
  14. --enable-compressed-debug-sections. For x86 Linux targets,
  15. default to compressing debug sections.
  16. * configure: Regenerated.
  17. 2015-10-19 Nick Clifton <nickc@redhat.com>
  18. PR gas/19109
  19. * configure.ac: Add option --enable-compressed-debug-sections.
  20. This sets the default behaviour for compressing debug sections.
  21. * as.c (flag_compress_debug): Define and initialise to
  22. COMPRESS_DEBUG_GABI_ZLIB if DEFAULT_COMPRESS_DEBUG is set.
  23. (show_usage): Indicate whether --no-compress-debug-sections
  24. or --compress-debug-sections is the default.
  25. * config/tc-i386.c (flag_compress_debug): Delete definition.
  26. * doc/as.texinfo (--nocompress-debug-sectionas): Update
  27. description.
  28. * NEWS: Announce the new feature.
  29. * config.in: Regenerate.
  30. * configure: Regenerate.
  31. 2015-10-12 Nick Clifton <nickc@redhat.com>
  32. * config/tc-msp430.c (msp430_mcu_names): Rename to
  33. msp430_mcu_data. Add fields for the ISA and hardware multiply
  34. support. Update with information from the latest devices.csv
  35. file.
  36. (md_parse_option): Make use of the new array.
  37. 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
  38. * config/tc-avr.c (avr_output_property_record): Fix overwrite bug
  39. for align and fill records.
  40. (avr_handle_align): Record fill information for align frags.
  41. (create_record_for_frag): Add next frag assertion, use correct
  42. address for align records.
  43. 2015-10-10 Alan Modra <amodra@gmail.com>
  44. PR gas/19113
  45. * read.c (next_char_of_string): Mask char after escape. Use
  46. CHAR_MASK rather than 0xff.
  47. 2015-10-07 Yao Qi <yao.qi@linaro.org>
  48. * config/tc-aarch64.c (md_begin): Access field 'name' rather
  49. than 'template'.
  50. 2015-10-07 Claudiu Zissulescu <claziss@synopsys.com>
  51. * config/tc-arc.c: Revamped file for ARC support.
  52. * config/tc-arc.h: Likewise.
  53. * doc/as.texinfo: Add new ARC options.
  54. * doc/c-arc.texi: Likewise.
  55. 2015-10-02 Renlin Li <renlin.li@arm.com>
  56. * config/tc-aarch64.c (s_tlsdescadd): New.
  57. (s_tlsdescldr): New.
  58. (md_pseudo_table): Handle tlsdescadd and tlsdescldr pseudo ops.
  59. (reloc_table): Add entries for BFD_RELOC_AARCH64_TLSDESC_OFF_G0_NC and
  60. BFD_RELOC_AARCH64_TLSDESC_OFF_G0_NC.
  61. (process_movw_reloc_info): Support AARCH64_TLSDESC_OFF_G1 and
  62. AARCH64_TLSDESC_OFF_G0_NC.
  63. (md_apply_fix): Likewise.
  64. (aarch64_force_relocation): Likewise.
  65. 2015-10-02 Renlin Li <renlin.li@arm.com>
  66. * config/tc-aarch64.c (reloc_table): Add two entries for
  67. gottprel_g0_nc and gottprel_g1.
  68. (process_movw_reloc_info): Add support.
  69. (md_apply_fix): Likewise.
  70. (aarch64_force_relocation): Likewise.
  71. 2015-10-02 Renlin Li <renlin.li@arm.com>
  72. * config/tc-aarch64.c (reloc_table): New relocation modifier tlsgd_g0_nc.
  73. (process_movw_reloc_info): Support BFD_RELOC_AARCH64_TLSGD_MOVW_G1.
  74. (md_apply_fix): Likewise.
  75. (aarch64_force_relocation): Likewise.
  76. 2015-10-02 Renlin Li <renlin.li@arm.com>
  77. * config/tc-aarch64.c (reloc_table): New relocation modifier tlsgd_g1.
  78. (process_movw_reloc_info): Support BFD_RELOC_AARCH64_TLSGD_MOVW_G1.
  79. (md_apply_fix): Likewise.
  80. (aarch64_force_relocation): Likewise.
  81. 2015-10-02 Renlin Li <renlin.li@arm.com>
  82. * config/tc-aarch64.c (reloc_table): New relocation modifier
  83. gotoff_g0_nc.
  84. (process_movw_reloc_info): Support gotoff_g0_nc.
  85. (md_apply_fix): Likewise.
  86. 2015-10-02 Renlin Li <renlin.li@arm.com>
  87. * config/tc-aarch64.c (reloc_table): New relocation modifier
  88. gotoff_g1.
  89. (process_movw_reloc_info): Support newly added modifier.
  90. (md_apply_fix): Likewise.
  91. 2015-09-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
  92. * doc/c-s390.texi: Add documentation.
  93. Add missing code markup.
  94. * config/tc-s390.c (current_flags): New static variable.
  95. (s390_parse_cpu): Parse cpu flags a la "+nohtm" etc.
  96. (s390_setup_opcodes): Use cpu flags to determine the set of opcodes.
  97. Fix indentation.
  98. (md_parse_option): Call s390_parse_cpu with the new signature.
  99. (s390_machine): Likewise.
  100. Keep track of current_flags.
  101. Simplify code a bit.
  102. undefine MAX_HISTORY at end of function.
  103. (s390_machinemode): undefine MAX_HISTORY at end of function.
  104. Update an error message.
  105. 2015-08-11 Peter Zotov <whitequark@whitequark.org>
  106. PR ld/18759
  107. * config/tc-or1k.c (tc_gen_reloc): Correct computation of PC
  108. relative relocs.
  109. * config/tc-or1k.h (GAS_CGEN_PRCEL_R_TYPE): Delete.
  110. 2015-09-25 Ryo ONODERA <ryo_on@yk.rim.or.jp>
  111. PR 18994
  112. * configure.ac (nds32): Don't use bash == in tests.
  113. * configure: Regenerate.
  114. 2015-09-23 Nick Clifton <nickc@redhat.com>
  115. * config/tc-ppc.c (insn_validate): Cast PPC_OPSHIFT_INV to an int.
  116. 2015-09-22 Nick Clifton <nickc@redhat.com>
  117. * config/tc-rx.c (nop_7): Recode using MAX.
  118. 2015-09-05 Chen Gang <gang.chen.5i5j@gmail.com>
  119. * config/tc-avr.c (md_section_align): Append UL for -1 to avoid
  120. the latest gcc's warning.
  121. 2015-08-27 Alan Modra <amodra@gmail.com>
  122. PR gas/18581
  123. * config/tc-aarch64.h (TC_START_LABEL): Redefine.
  124. * config/tc-arm.c (tc_start_label_without_colon): Delete params.
  125. Use input_line_pointer directly.
  126. * config/tc-arm.h (TC_START_LABEL): Redefine.
  127. (TC_START_LABEL_WITHOUT_COLON): Redefine.
  128. (tc_start_label_without_colon): Update prototype.
  129. * config/tc-bfin.c (bfin_start_label): Delete ptr param. Check
  130. for NUL instead.
  131. * config/tc-bfin.h (bfin_start_label): Update prototype.
  132. (TC_START_LABEL): Redefine.
  133. * config/tc-d30v.h (TC_START_LABEL): Redefine.
  134. * config/tc-fr30.c (restore_colon): Rewrite.
  135. (fr30_is_colon_insn): Add nul_char param. Return int. Bump
  136. i_l_p over quote. Update restore_colon calls.
  137. * config/tc-fr30.h (TC_START_LABEL): Redefine.
  138. (fr30_is_colon_insn): Update prototype.
  139. * config/tc-m32c.c (restore_colon, m32c_is_colon_insn): As above.
  140. * config/tc-m32c.h (TC_START_LABEL): Redefine.
  141. (m32c_is_colon_insn): Update prototype.
  142. * config/tc-m32r.h (TC_START_LABEL): Redefine.
  143. * config/tc-mep.h (TC_START_LABEL): Redefine.
  144. * config/tc-nds32.h (TC_START_LABEL): Redefine.
  145. * config/tc-tic54x.c (tic54x_start_label): Replace params with
  146. nul_char and next_char. Step over trailing quote.
  147. * config/tc-tic54x.h (TC_START_LABEL_WITHOUT_COLON): Redefine.
  148. (tic54x_start_label): Update prototype.
  149. * read.c (TC_START_LABEL): Redefine. Update invocation.
  150. (TC_START_LABEL_WITHOUT_COLON): Update invocation.
  151. * config/tc-nios2.c (s_nios2_set): Save initial input_line_pointer
  152. and restore if calling s_set. Don't restore delim again.
  153. 2015-08-26 Alan Modra <amodra@gmail.com>
  154. PR gas/18581
  155. * config/tc-mn10200.c (md_assemble <mdr>): Move restore_line_pointer
  156. call to where input line used to be restored.
  157. * config/tc-mn10300.c (md_assemble <usp>): Remove redundant input
  158. line restore.
  159. * config/tc-tilepro.c (parse_reg_expression): Add regname var.
  160. 2015-08-26 Nick Clifton <nickc@redhat.com>
  161. PR gas/18842
  162. * configure.ac (AS_CHECK_DECLS): Add asprintf.
  163. * configure: Regenerate.
  164. * config.in: Regenerate.
  165. 2015-08-25 Jose E. Marchesi <jose.marchesi@oracle.com>
  166. * config/tc-sparc.c (priv_reg_table): New privileged register
  167. %pmcdper.
  168. 2015-08-21 Nick Clifton <nickc@redhat.com>
  169. PR gas/18581
  170. * expr.c (get_symbol_end): Rename to get_symbol_name. Add a
  171. return parameter pointing to the start of the symbol. Allow
  172. symbol names enclosed in double quotes.
  173. (restore_line_pointer): New function. Replace the NUL character
  174. inserted into the input stream with the given character. If the
  175. character was a double quote, advance the input pointer.
  176. * expr.h (get_symbol_end): Delete.
  177. (get_symbol_name): Add prototype.
  178. (restore_line_pointer): Prototype.
  179. * read.h (SKIP_WHITESPACE_AFTER_NAME): New macro.
  180. * doc/as.texinfo (Symbol Intro): Document that symbol names can
  181. now be enclosed in double quotes.
  182. * cond.c (s_ifdef): Replace get_symbol_end with get_symbol_name.
  183. Use restore_line_pointer to replace the NUL in the input stream.
  184. Use SKIP_WHITESPACE_AFTER_NAME to skip past the end of a symbol.
  185. Check for the use of double quoted symbol names.
  186. * expr.c: Likewise.
  187. * config/obj-aout.c: Likewise.
  188. * config/obj-coff-seh.c: Likewise.
  189. * config/obj-coff.c: Likewise.
  190. * config/obj-elf.c: Likewise.
  191. * config/obj-evax.c: Likewise.
  192. * config/obj-macho.c: Likewise.
  193. * config/obj-som.c: Likewise.
  194. * config/tc-alpha.c: Likewise.
  195. * config/tc-arc.c: Likewise.
  196. * config/tc-arm.c: Likewise.
  197. * config/tc-dlx.c: Likewise.
  198. * config/tc-h8300.c: Likewise.
  199. * config/tc-hppa.c: Likewise.
  200. * config/tc-i370.c: Likewise.
  201. * config/tc-i386-intel.c: Likewise.
  202. * config/tc-i386.c: Likewise.
  203. * config/tc-i960.c: Likewise.
  204. * config/tc-ia64.c: Likewise.
  205. * config/tc-iq2000.c: Likewise.
  206. * config/tc-m32r.c: Likewise.
  207. * config/tc-m68hc11.c: Likewise.
  208. * config/tc-m68k.c: Likewise.
  209. * config/tc-microblaze.c: Likewise.
  210. * config/tc-mips.c: Likewise.
  211. * config/tc-mmix.c: Likewise.
  212. * config/tc-mn10200.c: Likewise.
  213. * config/tc-mn10300.c: Likewise.
  214. * config/tc-nios2.c: Likewise.
  215. * config/tc-ppc.c: Likewise.
  216. * config/tc-s390.c: Likewise.
  217. * config/tc-score.c: Likewise.
  218. * config/tc-score7.c: Likewise.
  219. * config/tc-sparc.c: Likewise.
  220. * config/tc-tic4x.c: Likewise.
  221. * config/tc-tic54x.c: Likewise.
  222. * config/tc-tic6x.c: Likewise.
  223. * config/tc-tilegx.c: Likewise.
  224. * config/tc-tilepro.c: Likewise.
  225. * config/tc-v850.c: Likewise.
  226. * config/tc-xtensa.c: Likewise.
  227. * config/tc-z80.c: Likewise.
  228. * dw2gencfi.c: Likewise.
  229. * dwarf2dbgc.: Likewise.
  230. * ecoff.c: Likewise.
  231. * read.c: Likewise.
  232. * stabs.c: Likewise.
  233. 2015-08-19 Jiong Wang <jiong.wang@arm.com>
  234. * config/tc-aarch64.c (reloc_table): New relocation types support for
  235. dtprel_lo12.
  236. (ldst_lo12_determine_real_reloc_type): Support
  237. BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12,
  238. BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC,
  239. BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12,
  240. BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC,
  241. BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12,
  242. BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC,
  243. BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12,
  244. BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC.
  245. (parse_operands): Likewise.
  246. (md_apply_fix): Likewise.
  247. (aarch64_force_relocation): Likewise.
  248. (process_movw_reloc_info): Likewise.
  249. 2015-08-19 Jiong Wang <jiong.wang@arm.com>
  250. * config/tc-aarch64.c (reloc_table): New relocation modifiers,
  251. "dtprel_hi12", "dtprel_g0", "dtprel_g0_nc", "dtprel_g1",
  252. "dtprel_g1_nc", "dtprel_g2".
  253. (md_apply_fix): Support new relocation types.
  254. (aarch64_force_relocation): Likewise.
  255. (process_movw_reloc_info): Likewise.
  256. 2015-08-19 Jiong Wang <jiong.wang@arm.com>
  257. * config/tc-aarch64.c (reloc_table): New relocation modifiers.
  258. (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NC.
  259. (aarch64_force_relocation): Likewise.
  260. 2015-08-17 Alan Modra <amodra@gmail.com>
  261. * gas/config/tc-arm.c (s_align): Delete.
  262. (md_pseudo_table): Use s_align_ptwo for "align".
  263. * gas/config/tc-arm.h (TC_ALIGN_ZERO_IS_DEFAULT): Define.
  264. * read.c (s_align): Modify for TC_ALIGN_ZERO_IS_DEFAULT.
  265. 2015-08-13 Alan Modra <amodra@gmail.com>
  266. * expr.c (operand): Rewrite handling of operands starting with "0f".
  267. If atof_generic only parses "-" or "+", treat as expression.
  268. 2015-08-13 Alan Modra <amodra@gmail.com>
  269. DJ Delorie <dj@redhat.com>
  270. * expr.c (integer_constant): Return O_absent expression if eol.
  271. (operand): For targets with both LOCAL_LABELS_FB and
  272. NUMBERS_WITH_SUFFIX set, treat "0b" not followed by binary
  273. digits as a local label reference. Correct handling of 0b prefix.
  274. If a suffix is not allowed, error on 0B.
  275. 2015-08-13 Alan Modra <amodra@gmail.com>
  276. * doc/as.texinfo (Local Labels): Allowed range of N in local
  277. labels is non-negative integers, not positive integers.
  278. 2015-08-12 David Weatherford <weath@cadence.com>
  279. * config/tc-xtensa.c (struct litpool_frag, struct litpool_seg):
  280. New structures.
  281. (xtensa_maybe_create_literal_pool_frag): New function.
  282. (litpool_seg_list, auto_litpools, auto_litpool_limit)
  283. (litpool_buf, litpool_slotbuf): New static variables.
  284. (option_auto_litpools, option_no_auto_litpools)
  285. (option_auto_litpool_limit): New enum identifiers.
  286. (md_longopts): Add entries for auto-litpools, no-auto-litpools
  287. and auto-litpool-limit.
  288. (md_parse_option): Handle option_auto_litpools,
  289. option_no_auto_litpools and option_auto_litpool_limit.
  290. (md_show_usage): Add help for --[no-]auto-litpools and
  291. --auto-litpool-limit.
  292. (xtensa_mark_literal_pool_location): Record a place for literal
  293. pool with a call to xtensa_maybe_create_literal_pool_frag.
  294. (get_literal_pool_location): Find highest priority literal pool
  295. or convert candidate to literal pool when auto-litpools are used.
  296. (xg_assemble_vliw_tokens): Create literal pool after jump
  297. instruction.
  298. (xtensa_check_frag_count): Create candidate literal pool every
  299. auto_litpool_limit frags.
  300. (xtensa_relax_frag): Add jump around literals to non-empty
  301. literal pool.
  302. (xtensa_move_literals): Estimate literal pool addresses and move
  303. unreachable literals closer to their users, converting candidate
  304. to literal pool if needed.
  305. (xtensa_switch_to_non_abs_literal_fragment): Only emit error
  306. about missing .literal_position in case auto-litpools are not
  307. used.
  308. * config/tc-xtensa.h (xtensa_relax_statesE): New relaxation
  309. state: RELAX_LITERAL_POOL_CANDIDATE_BEGIN.
  310. * doc/as.texinfo (Xtensa options): Document --auto-litpools and
  311. --no-auto-litpools options.
  312. * doc/c-xtensa.texi (Xtensa options): Likewise.
  313. 2015-08-12 Simon Dardis <simon.dardis@imgtec.com>
  314. * config/tc-mips.c (move_register): Change to use 'or' only.
  315. (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Update to
  316. use or for move.
  317. 2015-08-11 Jiong Wang <jiong.wang@arm.com>
  318. * config/tc-aarch64.c (reloc_table): New relocation modifiers
  319. "dtprel_lo12".
  320. (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12.
  321. (aarch64_force_relocation): Likewise.
  322. 2015-08-11 Jiong Wang <jiong.wang@arm.com>
  323. * config/tc-aarch64.c (reloc_table): New relocation modifiers.
  324. (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC.
  325. (aarch64_force_relocation): Likewise.
  326. 2015-08-11 Jiong Wang <jiong.wang@arm.com>
  327. * config/tc-aarch64.c (reloc_table): New relocation modifiers.
  328. (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21.
  329. (aarch64_force_relocation): Likewise.
  330. 2015-08-11 Nick Clifton <nickc@redhat.com>
  331. PR gas/18765
  332. * config/tc-arm.c (move_or_literal_pool): Use U suffix to remove
  333. compile time warnings about constant expressions being shifted
  334. into bit 31.
  335. (do_iwmmxt_wldstd): Likewise.
  336. (do_iwmmxt_wrwrwr_or_imm5): Likewise.
  337. (md_assemble): Likewise.
  338. PR gas/18574
  339. * config/tc-msp430.c (msp430_operands): Rewrite if statements to
  340. remove redundant checks.
  341. (md_apply_fix): Likewise.
  342. PR gas/18677
  343. * config/tc-mmix.c (md_assemble): Fix typo checking operands with
  344. a numeric constant value.
  345. PR gas/18678
  346. * config/tc-tic4x.c (tic4x_insn_check): Fix typo.
  347. PR gas/18679
  348. * config/xtensa-relax.c (same_operand_name): Fix typo.
  349. 2015-08-08 Hans-Peter Nilsson <hp@axis.com>
  350. * tc-arm.c (double_to_single, is_double_a_single): Append ULL to
  351. 0xFFFFFFFFFFFFF to avoid errors on 32-bit hosts.
  352. 2015-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
  353. * doc/c-aarch64.texi (.xword): Document directive.
  354. 2015-08-03 Nick Clifton <nickc@redhat.com>
  355. * doc/as.texinfo (Overview): Add --hash-size to the synopsis and
  356. fix typo in its entry: @kindex -> @item.
  357. 2015-07-28 Robert Suchanek <robert.suchanek@imgtec.com>
  358. * config/tc-mips.c (mips_cpu_info_table): Add m5100 and m5101 entries.
  359. * doc/c-mips.texi: Document m5100 and m5101 for -march=.
  360. 2015-07-28 Robert Suchanek <robert.suchanek@imgtec.com>
  361. * config/tc-mips.c (mips_cpu_info_table): Add interaptiv entry.
  362. * doc/c-mips.text: Document -march=interaptiv.
  363. 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
  364. * configure: Regenerated.
  365. 2015-07-24 Nick Clifton <nickc@redhat.com>
  366. * config/tc-rl78.c (rl78_abs_sym): New local variable.
  367. (md_begin): Initialise the new symbol.
  368. (OPIMM): Define the value to be relative to the new symbol and not
  369. the absolute section symbol.
  370. 2015-07-22 Alan Modra <amodra@gmail.com>
  371. PR gas/18687
  372. * input-scrub.c (input_scrub_next_buffer): Rearrange and simplify
  373. loop. Don't drop lines at end of file lacking a newline, add a
  374. newline instead. Ensure partial_size is zero whenever
  375. partial_where is NULL. Adjust buffer size for extra char.
  376. (input_scrub_push, input_scrub_begin): Adjust buffer size here too.
  377. 2015-07-20 Matthew Wahab <matthew.wahab@arm.com>
  378. * NEWS: Mention corrected spelling of armv6kz.
  379. * config/tc-arm.c (arm_cpus): Replace ARM_ARCH_V6ZK with
  380. ARM_ARCH_V6KZ.
  381. (arm_archs): Likewise. Also add "armv6kz" and "armv6kzt2".
  382. * doc/c-arm.texi: Replace "armv6zk" with "armv6kz".
  383. 2015-07-16 Jiong Wang <jiong.wang@arm.com>
  384. * config/tc-aarch64.c (reloc_table): New relocation modifiers.
  385. (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21.
  386. (aarch64_force_relocation): Ditto.
  387. 2015-07-16 Matthew Wahab <matthew.wahab@arm.com>
  388. * config/tc-arm.c (arm_fpus): Add crypto-neon-fp-armv8.1.
  389. * doc/c-arm.texi (-mfpu=): Likewise. Correct the entry for
  390. neon-fp-armv8.1.
  391. 2015-07-16 James Greenhalgh <james.greenhalgh@arm.com>
  392. * config/tc-arm.c (md_assemble): Rephrase the "selected processor does
  393. not support ARM mode" error messages.
  394. 2015-07-15 H.J. Lu <hongjiu.lu@intel.com>
  395. * config/tc-i386.c (flag_compress_debug): Replace
  396. COMPRESS_DEBUG_GNU_ZLIB with COMPRESS_DEBUG_GABI_ZLIB.
  397. 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
  398. * as.c (parse_args): Make --compress-debug-sections and
  399. --compress-debug-sections=zlib the same as
  400. --compress-debug-sections=zlib-gabi.
  401. * doc/as.texinfo: Change --compress-debug-sections and
  402. --compress-debug-sections=zlib to zlib-gabi.
  403. 2015-07-09 Catherine Moore <clm@codesourcery.com>
  404. * config/tc-mips.c (check_fpabi): Handle
  405. VAL_GNU_MIPS_ABI_FP_NAN2008.
  406. 2015-07-08 Ciro Santilli <ciro.santilli@gmail.com>
  407. * doc/as.texinfo: Clarify case requirements for pseudo ops.
  408. 2015-07-08 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
  409. * config/tc-avr.c (tc_gen_reloc): Change 32 bit relocation to
  410. 32 bit PC relative and update offset if the fixup is pc-relative.
  411. * config/tc-avr.h (DIFF_EXPR_OK): Define to enable PC relative diff
  412. relocs.
  413. 2015-07-03 Alan Modra <amodra@gmail.com>
  414. * config/tc-ppc.c (md_show_usage): Add -m821, -m850, -m860.
  415. * doc/c-ppc.texi (PowerPC-Opts): Likewise.
  416. 2015-07-01 Sandra Loosemore <sandra@codesourcery.com>
  417. Cesar Philippidis <cesar@codesourcery.com>
  418. * config/tc-nios2.c (nios2_min_align): New.
  419. (nop): Replace with....
  420. (nop_r1, nop_r2, nop_r2_cdx, nop32, nop16): New.
  421. (nios2_align): Handle alignment on 2-byte boundaries when CDX
  422. instructions may be present.
  423. (s_nios2_align): Adjust reference to nop.
  424. (CDXBRANCH, IS_CDXBRANCH): New.
  425. (CDX_UBRANCH_SUBTYPE, CDX_CBRANCH_SUBTYPE): New.
  426. (nios2_relax_subtype_size): Handle 2-byte CDX branches.
  427. (nios2_relax_frag): Likewise.
  428. (md_convert_frag): Handle R2 encodings.
  429. (nios2_check_overflow): Check that low-order bits are zero
  430. before applying rightshift from howto.
  431. (nios2_check_overflow): Correct negative overflow calculation.
  432. (nios2_diagnose_overflow): Handle signed_immed12_overflow. Issue
  433. generic overflow messages for miscellaneous instruction formats.
  434. (md_apply_fix): Recognize new R2 relocations. For pc_relative
  435. relocations, store fixup in *valP.
  436. (nios2_reglist_mask, nios2_reglist_dir): New.
  437. (nios2_parse_reglist): New.
  438. (nios2_parse_base_register): New.
  439. (nios2_assemble_expression): Handle constant expressions designated
  440. by BFD_RELOC_NONE.
  441. (nios2_assemble_reg3): New.
  442. (nios2_assemble_arg_c): Handle R2 instruction formats.
  443. (nios2_assemble_arg_d): Likewise.
  444. (nios2_assemble_arg_s): Likewise.
  445. (nios2_assemble_arg_t): Likewise.
  446. (nios2_assemble_arg_D): New.
  447. (nios2_assemble_arg_S): New.
  448. (nios2_assemble_arg_T): New.
  449. (nios2_assemble_arg_i): Handle R2 instruction formats.
  450. (nios2_assemble_arg_I): New.
  451. (nios2_assemble_arg_u): Handle R2 instruction formats.
  452. (nios2_assemble_arg_U): New.
  453. (nios2_assemble_arg_V): New.
  454. (nios2_assemble_arg_W): New.
  455. (nios2_assemble_arg_X): New.
  456. (nios2_assemble_arg_Y): New.
  457. (nios2_assemble_arg_o): Handle R2 instruction formats.
  458. (nios2_assemble_arg_O): New.
  459. (nios2_assemble_arg_P): New.
  460. (nios2_assemble_arg_j): Handle R2 instruction formats.
  461. (nios2_assemble_arg_k): New.
  462. (nios2_assemble_arg_l): Handle R2 instruction formats.
  463. (nios2_assemble_arg_m): Likewise.
  464. (nios2_assemble_arg_M): New.
  465. (nios2_assemble_arg_N): New.
  466. (nios2_assemble_arg_e): New.
  467. (nios2_assemble_arg_f): New.
  468. (nios2_assemble_arg_g): New.
  469. (nios2_assemble_arg_h): New.
  470. (nios2_assemble_arg_R): New.
  471. (nios2_assemble_arg_B): New.
  472. (nios2_assemble_args): Handle new argument letters.
  473. (nios2_consume_arg): Likewise.
  474. (nios2_translate_pseudo_insn): Avoid dereferencing null pointer
  475. in error message.
  476. (nios2_ps_insn_info_structs): Add nop.n.
  477. (output_ubranch): Handle CDX branches.
  478. (output_cbranch): Likewise.
  479. (output_call): Handle R2 encodings.
  480. (output_movia): Likewise.
  481. (md_begin): Initialize nios2_min_align.
  482. (md_assemble): Align to nios2_min_align. Adjust nios2_min_align
  483. if a 16-bit instruction is seen.
  484. (nios2_cons_align): Use appropriate nop pattern.
  485. 2015-07-01 Sandra Loosemore <sandra@codesourcery.com>
  486. Cesar Philippidis <cesar@codesourcery.com>
  487. * config/tc-nios2.c: Adjust includes.
  488. (OPTION_MARCH): Define.
  489. (md_longopts): Add -march option.
  490. (nios2_architecture): New.
  491. (nios2_use_arch): New.
  492. (md_parse_option): Handle OPTION_MARCH.
  493. (md_show_usage): Document -march.
  494. (md_begin): Set arch in BFD.
  495. (nios2_elf_final_processing): New.
  496. * config/tc-nios2.h (elf_tc_final_processing): Define.
  497. (nios2_elf_final_processing): New.
  498. * doc/c-nios2.texi (-march): Add documentation.
  499. 2015-06-30 Amit Pawar <Amit.Pawar@amd.com>
  500. * config/tc-i386.c (cpu_arch): Add .mwaitx.
  501. (process_immext): Check operands for monitorx/mwaitx instructions.
  502. * doc/c-i386.texi: Document mwaitx.
  503. 2015-06-28 H.J. Lu <hongjiu.lu@intel.com>
  504. * as.c (parse_args): Replace COMPRESS_DEBUG_ZLIB with
  505. COMPRESS_DEBUG_GNU_ZLIB.
  506. * config/tc-i386.c (flag_compress_debug): Likewise.
  507. 2015-06-24 H.J. Lu <hongjiu.lu@intel.com>
  508. * doc/as.texinfo (.cfi_lsda): Remove the extra @section.
  509. 2015-06-19 Peter Bergner <bergner@vnet.ibm.com>
  510. * config/tc-ppc.c (md_assemble): Use ppc_optional_operand_value.
  511. Allow for optional operands without insert functions.
  512. 2015-06-18 Nick Clifton <nickc@redhat.com>
  513. PR gas/18541
  514. * config/tc-arm.c (md_apply_fix): Add support for ADR in thumb
  515. mode against a nearby symbol.
  516. 2015-06-18 Nick Clifton <nickc@redhat.com>
  517. PR gas/18481
  518. * config/tc-arm.c (tc_gen_reloc): Include BFD_RELOC_ARM_TLS_LE32
  519. in the same case as BFD_RELOC_ARM_TLS_IS32.
  520. 2015-06-17 Nick Clifton <nickc@redhat.com>
  521. * config/tc-arm.c (is_double_a_single): Make conditional upon the
  522. availablity of a 64-bit type. Use this type for the argument and
  523. mantissa.
  524. (double_to_single): Likewise.
  525. * config/tc-arm.c (move_or_literal_pool): Use a 64-bit type for
  526. the constant value, if available. Generate a 64-bit value from a
  527. bignum if supported. Only perform the second optimization for
  528. PR 18500 if the 64-bit type is available.
  529. 2015-06-17 Alessandro Marzocchi <alessandro.marzocchi@gmail.com>
  530. PR gas/18500
  531. * config/tc-arm.c (is_double_a_single): New function.
  532. (double_to_single): New function.
  533. (move_or_literal_pool): Add support for converting VLDR to VMOV.
  534. PR gas/18499
  535. * config/tc-arm.c (move_or_literal_pool): Add support for LDR Rx,=
  536. to MOV.w or MVN.w for Thumb2.
  537. 2015-06-17 Nicolas Pitre <nico@linaro.org>
  538. * as.c (show_usage): Document --sectname-subst.
  539. (parse_args): Add --sectname-subst.
  540. * as.h (flag_sectname_subst): New.
  541. * config/obj-elf.c (obj_elf_section_name): Add %S substitution.
  542. * doc/as.texinfo: Document it.
  543. 2015-06-15 Renlin Li <renlin.li@arm.com>
  544. * config/tc-aarch64.c (reloc_table): New relocation modifier.
  545. (md_apply_fix): Support BFD_RELOC_AARCH64_LD64_GOTOFF_LO15.
  546. (aarch64_force_relocation): Ditto
  547. 2015-06-13 Mark Wielaard <mjw@redhat.com>
  548. * dwarf2dbg.c (out_header): Document EXPR->X_add_number value,
  549. out_debug_aranges depends on it.
  550. (out_debug_aranges): Track size of header to properly pad header
  551. for address alignment.
  552. 2015-06-11 John David Anglin <danglin@gcc.gnu.org>
  553. PR gas/18427
  554. * gas/config/tc-hppa.c (last_label_symbol): Declare.
  555. (pa_get_label): Return last label in current space/segment or NULL.
  556. (pa_define_label): Record last label and add to root.
  557. (pa_undefine_label): Remove last label from root.
  558. 2015-06-08 Nick Clifton <nickc@redhat.com>
  559. * config/tc-rx.c (rx_op): Correct handling of integer bignums.
  560. 2015-06-04 Matthew Wahab <matthew.wahab@arm.com>
  561. * NEWS: Mention ARMv8.1 support in the Aarch64 port.
  562. * config/tc-aarch64.c (aarch64_arch_option_table): Add "armv8.1-a".
  563. * doc/c-aarch64.texi (-march): Add "armv8.1-a".
  564. 2015-06-04 Renlin Li <renlin.li@arm.com>
  565. * config/tc-arm.c (arm_init_frag): Use frag's thumb_mode information
  566. when available.
  567. 2015-06-04 Nick Clifton <nickc@redhat.com>
  568. * config/tc-h8300.c (md_section_align): Fix compile time warning
  569. about left shifting a negative value.
  570. 2015-06-03 Matthew Wahab <matthew.wahab@arm.com>
  571. * config/tc-arm.c (arm_archs): Add "armv8.1-a".
  572. * doc/c-arm.texi (ARM Options, -march): Add "armv8.1-a".
  573. * NEWS: Mention ARMv8.1 support.
  574. 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
  575. * config/tc-arm.c (arm_ext_pan): New.
  576. (do_setpan): New, encode an ARM SETPAN instruction.
  577. (do_t_setpan): New, encode a Thumb SETPAN instruction.
  578. (insns): Add "setpan".
  579. (arm_extensions): Add "pan".
  580. * doc/c-arm.texi (ARM Options): Add "pan" to list of -mcpu processor
  581. extensions.
  582. 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
  583. * config/tc-aarch64.c (aarch64_features): Add "rdma".
  584. * doc/c-aarch64.texi (AArch64 Extensions): Add "rdma".
  585. 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
  586. * config/tc-aarch64.c (aarch64_features): Add "lor".
  587. * doc/c-aarch64.c (Aarch64 Extensions): Add "lor" to list of
  588. architecture extensions.
  589. 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
  590. * config/tc-aarch64.c (parse_sys_reg): New parameter. Check target
  591. support. Fix whitespace.
  592. (parse_operands): Update for parse_sys_reg changes.
  593. (aarch64_features): Add "pan".
  594. * doc/c-aarch64.texi (Aarch64 Extensions): Add "pan".
  595. 2015-06-01 Jiong Wang <jiong.wang@arm.com>
  596. * config/tc-aarch64.c (reloc_table): New relocation modifiers.
  597. (md_apply_fix): Support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14.
  598. (aarch64_force_relocation): Ditto.
  599. 2015-06-01 Jiong Wang <jiong.wang@arm.com>
  600. * config/tc-aarch64.c (reloc_table): New relocation modifiers.
  601. (md_apply_fix): Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15.
  602. (aarch64_force_relocation): Ditto.
  603. 2015-05-28 Catherine Moore <clm@codesourcery.com>
  604. Bernd Schmidt <bernds@codesourcery.com>
  605. Paul Brook <paul@codesourcery.com>
  606. gas/
  607. * config/tc-alpha.c (all_cfi_sections): Declare.
  608. (s_alpha_ent): Initialize all_cfi_sections.
  609. (alpha_elf_md_end): Invoke cfi_set_sections.
  610. * config/tc-mips.c (md_apply_fix): Handle BFD_RELOC_NONE.
  611. (s_ehword): Use BFD_RELOC_32_PCREL.
  612. (mips_fix_adjustable): Handle BFD_RELOC_32_PCREL.
  613. (mips_cfi_reloc_for_encoding): New function.
  614. * tc-mips.h (DWARF2_FDE_RELOC_SIZE): Redefine.
  615. (DWARF2_FDE_RELOC_ENCODING): Define.
  616. (tc_cfi_reloc_for_encoding): Define.
  617. (mips_cfi_reloc_for_encoding): Define.
  618. (tc_compact_eh_opcode_stop): Define.
  619. (tc_compact_eh_opcode_pad): Define.
  620. * doc/as.texinfo: Document Compact EH extensions.
  621. * doc/internals.texi: Likewise.
  622. * dw2gencfi.c (EH_FRAME_LINKONCE): Redefine.
  623. (tc_cfi_reloc_for_encoding): Provide default.
  624. (compact_eh): Declare.
  625. (emit_expr_encoded): New function.
  626. (get_debugseg_name): Add Compact EH support.
  627. (alloc_debugseg_item): Likewise.
  628. (cfi_set_sections): New function.
  629. (dot_cfi_fde_data): New function.
  630. (dot_cfi_personality_id): New function.
  631. (dot_cfi_inline_lsda): New function.
  632. (cfi_pseudo_table): Add cfi_fde_data, cfi_personality_id,
  633. and cfi_inline_lsda.
  634. (dot_cfi_personality): Add Compact EH support.
  635. (dot_cfi_lsda): Likewise.
  636. (dot_cfi_sections): Likewise.
  637. (dot_cfi_startproc): Likewise.
  638. (get_cfi_seg): Likewise.
  639. (output_compact_unwind_data): New function.
  640. (output_cfi_insn): Add Compact EH support.
  641. (output_cie): Likewise.
  642. (output_fde): Likewise.
  643. (cfi_finish): Likewise.
  644. (cfi_emit_eh_header): New function.
  645. (output_eh_header): New function.
  646. * dw2gencfi.h (cfi_set_sections): Declare.
  647. (SUPPORT_COMPACT_EH): Define.
  648. (MULTIPLE_FRAME_SECTIONS): Define.
  649. New enumeration to describe the Compact EH header format.
  650. (fde_entry): Add new fields personality_id, eh_header_type, eh_data_size,
  651. eh_data, eh_loc and sections.
  652. (CFI_EMIT_eh_frame, CFI_EMIT_debug_frame, CFI_EMIT_target,
  653. CFI_EMIT_eh_frame_compact): Define.
  654. 2015-05-26 Max Filippov <jcmvbkbc@gmail.com>
  655. * config/tc-xtensa.c (xtensa_move_literals): Check that
  656. search_frag is non-NULL. Report error if literal frag is not
  657. found.
  658. 2015-05-22 Nick Clifton <nickc@redhat.com>
  659. PR gas/18446
  660. * read.c (output_big_sleb128): Use U suffix to prevent compile
  661. time warning.
  662. 2015-05-19 Jiong Wang <jiong.wang@arm.com>
  663. * config/tc-aarch64.c (process_movw_reloc_info): Sort relocation case
  664. labels alphabetically.
  665. (md_apply_fix): Ditto.
  666. (aarch64_force_relocation): Ditto.
  667. 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
  668. PR binutis/18386
  669. * config/tc-i386.c (OPTION_MAMD64): New.
  670. (OPTION_MINTEL64): Likewise.
  671. (md_longopts): Add -mamd64 and -mintel64.
  672. (md_parse_option): Handle OPTION_MAMD64 and OPTION_MINTEL64.
  673. (md_show_usage): Add -mamd64 and -mintel64.
  674. * doc/c-i386.texi: Document -mamd64 and -mintel64.
  675. 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
  676. * config/tc-i386.c (shared): New.
  677. (OPTION_MSHARED): Likewise.
  678. (elf_symbol_resolved_in_segment_p): Add relocation argument.
  679. Check PLT relocations and shared.
  680. (md_estimate_size_before_relax): Pass fragP->fr_var to
  681. elf_symbol_resolved_in_segment_p.
  682. (md_longopts): Add -mshared.
  683. (md_show_usage): Likewise.
  684. (md_parse_option): Handle OPTION_MSHARED.
  685. * doc/c-i386.texi: Document -mshared.
  686. 2015-05-14 H.J. Lu <hongjiu.lu@intel.com>
  687. * write.c (compress_debug): Don't write the zlib header, which
  688. is handled by bfd_update_compression_header.
  689. 2015-05-13 Max Filippov <jcmvbkbc@gmail.com>
  690. * config/tc-xtensa.c (xtensa_relax_frag): Allow trampoline to be
  691. closer than J_RANGE / 2 to jump frag.
  692. 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
  693. * configure.tgt (arch): Set to iamcu for i386-*-elfiamcu target.
  694. * config/tc-i386.c (i386_mach): Support iamcu.
  695. (i386_target_format): Likewise.
  696. 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
  697. * config/tc-i386.c (cpu_arch): Add iamcu.
  698. (i386_align_code): Handle PROCESSOR_IAMCU.
  699. (i386_arch): Likewise.
  700. (i386_mach): Likewise.
  701. (i386_target_format): Likewise.
  702. (valid_iamcu_cpu_flags): New function.
  703. (check_cpu_arch_compatible): Only allow Intel MCU instructions
  704. when targeting Intel MCU.
  705. (set_cpu_arch): Call valid_iamcu_cpu_flags to check if CPU flags
  706. are valid for Intel MCU.
  707. (md_parse_option): Likewise.
  708. * tc-i386.h (ELF_TARGET_IAMCU_FORMAT): New.
  709. (processor_type): Add PROCESSOR_IAMCU.
  710. * doc/c-i386.texi: Document iamcu.
  711. 2015-05-08 Nick Clifton <nickc@redhat.com>
  712. PR gas/18347
  713. * config/tc-arm.h (TC_EQUAL_IN_INSN): Define.
  714. * config/tc-arm.c (arm_tc_equal_in_insn): New function. Move
  715. the symbol name checking code to here from...
  716. (md_undefined_symbo): ... here.
  717. 2015-05-07 H.J. Lu <hongjiu.lu@intel.com>
  718. * config/tc-i386.c (elf_symbol_resolved_in_segment_p): New.
  719. (md_estimate_size_before_relax): Use it.
  720. 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
  721. * config/tc-sparc.c: Typo in comment fixed.
  722. 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
  723. * config/tc-sparc.c (sparc_ip): Support the %ncc "natural"
  724. condition codes
  725. * doc/c-sparc.texi (Sparc-Regs): Document %ncc.
  726. 2015-05-06 Nick Clifton <nickc@redhat.com>
  727. * doc/as.texinfo (Dollar Local Labels): Note that these are only
  728. supported on some targets.
  729. 2015-05-06 Renlin Li <renlin.li@arm.com>
  730. * config/tc-aarch64.c (mapping_state): Recording alignment before exit.
  731. 2015-05-05 Renlin Li <renlin.li@arm.com>
  732. * config/tc-aarch64.c (aarch64_init_frag): Always generate mapping
  733. symbols.
  734. 2015-05-05 Nick Clifton <nickc@redhat.com>
  735. * config/tc-msp430.c (MAX_OP_LEN): Increase to 4096.
  736. (msp430_make_init_symbols): New function.
  737. (msp430_section): Call it.
  738. (msp430_frob_section): Likewise.
  739. 2015-05-02 Max Filippov <jcmvbkbc@gmail.com>
  740. * config/tc-xtensa.c (cached_fixupS, fixup_cacheS): New typedefs.
  741. (struct cached_fixup, struct fixup_cache): New structures.
  742. (fixup_order, xtensa_make_cached_fixup),
  743. (xtensa_realloc_fixup_cache, xtensa_cache_relaxable_fixups),
  744. (xtensa_find_first_cached_fixup, xtensa_delete_cached_fixup),
  745. (xtensa_add_cached_fixup): New functions.
  746. (xtensa_relax_frag): Cache fixups pointing at potentially
  747. oversized jumps at the beginning of every relaxation pass. Only
  748. check subset of this cache in the reach of single jump from the
  749. trampoline frag currently being relaxed.
  750. 2015-05-01 Nick Clifton <nickc@redhat.com>
  751. * config/rl78-parse.y (MULU): Remove ISA_G14.
  752. (MULH, DIVHU, DIVWU, MACHI, MACH): Update error strings.
  753. 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
  754. * config/tc-i386.c (i386_elf_emit_arch_note): Removed.
  755. * config/tc-i386.h (md_end): Likewise.
  756. (i386_elf_emit_arch_note): Likewise.
  757. 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
  758. * configure.tgt: Support i386-*-elf*.
  759. 2015-04-30 DJ Delorie <dj@redhat.com>
  760. * config/rl78-defs.h (rl78_isa_g10): New.
  761. (rl78_isa_g13): New.
  762. (rl78_isa_g14): New.
  763. * config/rl78-parse.y (ISA_G10): New.
  764. (ISA_G13): New.
  765. (ISA_G14): New.
  766. (MULHU, MULH, MULU, DIVHU, DIVWU, MACHU, MACH): Use them.
  767. * config/tc-rl78.c (rl78_isa_g10): New.
  768. (rl78_isa_g13): New.
  769. (rl78_isa_g14): New.
  770. 2015-04-30 H.J. Lu <hongjiu.lu@intel.com>
  771. * config/tc-i386.c (i386_target_format): Use "else if" on
  772. cpu_arch_isa.
  773. 2015-04-30 Nick Clifton <nickc@redhat.com>
  774. PR gas/18347
  775. * config/tc-arm.c (md_undefined_symbol): Issue a warning message
  776. (if enabled) when the user creates a symbol with the same name as
  777. an ARM instruction.
  778. (flag_warn_syms): New static variable.
  779. (arm_opts): Add mwarn-syms and mno-warn-syms.
  780. * doc/c-arm.texi (ARM Options): Document the -m[no-]warn-syms
  781. options.
  782. PR gas/18353
  783. * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
  784. 2015-04-29 Nick Clifton <nickc@redhat.com>
  785. PR 18256
  786. * config/tc-arm.c (encode_arm_cp_address): Issue an error message
  787. if the operand is neither a register nor a vector.
  788. 2015-04-29 Nick Clifton <nickc@redhat.com>
  789. * doc/as.texinfo (Set): Note that a symbol cannot be set multiple
  790. times if the expression is not constant and the target uses linker
  791. relaxation.
  792. 2015-04-28 Renlin Li <renlin.li@arm.com>
  793. * config/tc-arm.c (arm_init_frag): Always emit mapping symbols.
  794. 2015-04-28 Nick Clifton <nickc@redhat.com>
  795. PR 18313
  796. * cond.c (s_if): Stop compile time warning about stopc being used
  797. before it is set.
  798. (s_ifc): Likewise.
  799. 2015-04-27 Renlin Li <renlin.li@arm.com>
  800. * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
  801. section.
  802. (md_assemble): Likewise, move the align code outside the loop.
  803. 2015-04-24 Jim Wilson <jim.wilson@linaro.org>
  804. * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features
  805. for thunderx.
  806. 2015-04-24 Richard Earnshaw <rearnsha@arm.com>
  807. * config/tc-arm.h (arm_min): New function.
  808. (SUB_SEGMENT_ALIGN): Define.
  809. 2015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
  810. * config/tc-mips.c (macro): State the recommended way of creating
  811. 32-bit or 64-bit addresses.
  812. 2015-04-23 Jan Beulich <jbeulich@suse.com>
  813. * config/tc-i386.c (match_mem_size): Also allow no size
  814. specification when broadcasting.
  815. 2015-04-20 H.J. Lu <hongjiu.lu@intel.com>
  816. * doc/as.texinfo (Bundle directives): Shorten menu entry and
  817. use @subsection.
  818. (CFI directives): Use @subsection.
  819. (SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
  820. * doc/c-i386.texi (i386-Mnemonics): Use @subsection.
  821. 2015-04-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
  822. * config/tc-avr.c (create_record_for_frag): Rename link to
  823. prop_rec_link.
  824. 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
  825. * NEWS: Mention
  826. --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
  827. 2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
  828. * as.h (compressed_debug_section_type): Removed.
  829. 2015-04-14 Nick Clifton <nickc@redhat.com>
  830. * config/tc-rl78.h (TC_LINKRELAX_FIXUP): Define.
  831. (TC_FORCE_RELOCATION_SUB_SAME): Define.
  832. (DWARF2_USE_FIXED_ADVANCE_PC): Define.
  833. 2015-04-10 Nick Clifton <nickc@redhat.com>
  834. PR binutils/18198
  835. * doc/c-arm.texi (ARM Options): Add a note about the interaction of
  836. the -EB option with the linker's --be8 option.
  837. 2015-04-09 Hans-Peter Nilsson <hp@axis.com>
  838. * doc/c-rx.texi: Fix markup typos in last change.
  839. 2015-04-09 Nick Clifton <nickc@redhat.com>
  840. * config/tc-rx.c (enum options): Add OPTION_DISALLOW_STRING_INSNS.
  841. (md_longopts): Add -mno-allow-string-insns.
  842. (md_parse_option): Handle -mno-allow-string-insns.
  843. (md_show_usage): Mention -mno-allow-string-insns.
  844. (rx_note_string_insn_use): New function. Produces an error
  845. message if a string insn is used when it is not allowed.
  846. * config/rx-parse.y (SCMPU): Call rx_note_string_insn_use.
  847. (SMOVU, SMOVB, SMOVF, SUNTIL, SWHILE, RMPA): Likewise.
  848. * config/rx-defs.h (rx_note_string_insn_use): Prototype.
  849. * doc/c-rx.texi: Document -mno-allow-string-insns.
  850. 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
  851. * as.c (show_usage): Update --compress-debug-sections.
  852. (std_longopts): Use optional_argument on compress-debug-sections.
  853. (parse_args): Handle
  854. --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
  855. * as.h (compressed_debug_section_type): New.
  856. (flag_compress_debug): Change type to compressed_debug_section_type.
  857. --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
  858. * write.c (compress_debug): Set BFD_COMPRESS_GABI for
  859. --compress-debug-sections=zlib-gabi. Call
  860. bfd_get_compression_header_size to get compression header size.
  861. Don't rename section name for --compress-debug-sections=zlib-gabi.
  862. * config/tc-i386.c (compressed_debug_section_type): Set to
  863. COMPRESS_DEBUG_ZLIB.
  864. * doc/as.texinfo: Document
  865. --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
  866. 2015-04-07 Renlin Li <renlin.li@arm.com>
  867. * config/tc-aarch64.c (mapping_state): Use subseg_text_p.
  868. (s_aarch64_inst): Likewise.
  869. (md_assemble): Likewise.
  870. 2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
  871. * write.c (compress_debug): Use bfd_putb64 to write uncompressed
  872. section size.
  873. 2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
  874. * write.c (compress_debug): Don't write the zlib header if
  875. compressed section size is the same as before compression.
  876. 2015-04-02 Nick Clifton <nickc@redhat.com>
  877. PR gas/18189
  878. * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
  879. min and max parameters. Sign extend values before testing.
  880. 2015-04-02 Renlin Li <renlin.li@arm.com>
  881. * config/tc-aarch64.c (mapping_state): Emit MAP_DATA within text section in order.
  882. (mapping_state_2): Don't emit MAP_DATA here.
  883. (s_aarch64_inst): Align frag during state transition.
  884. (md_assemble): Likewise.
  885. 2015-04-02 Ed Maste <emaste@freebsd.org>
  886. * config/tc-aarch64.c (set_error_kind): Delete.
  887. (set_error_message): Delete.
  888. 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
  889. * configure: Regenerated.
  890. 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
  891. * config/tc-aarch64.c: Add support for Samsung Exynos M1.
  892. * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
  893. 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
  894. * config/tc-arm.c: Add support for Samsung Exynos M1.
  895. * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
  896. 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
  897. * configure: Regenerated.
  898. 2015-03-31 Ed Schouten <ed@nuxi.nl>
  899. * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
  900. 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
  901. * configure.ac: Revert the AM_ZLIB change.
  902. * Makefile.in: Regenerated.
  903. * aclocal.m4: Likewise.
  904. * configure: Likewise.
  905. 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
  906. * Makefile.am (ZLIBINC): New.
  907. (AM_CFLAGS): Add $(ZLIBINC).
  908. * as.c: (show_usage): Don't check HAVE_ZLIB_H.
  909. (parse_args): Likewise.
  910. * compress-debug.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
  911. (compress_init): Don't check HAVE_ZLIB_H.
  912. (compress_data): Likewise.
  913. (compress_finish): Likewise.
  914. * configure.ac (AM_ZLIB): Removed.
  915. (zlibinc): New. AC_SUBST.
  916. Add --with-system-zlib.
  917. * Makefile.in: Regenerated.
  918. * config.in: Likewise.
  919. * configure: Likewise.
  920. * doc/Makefile.in: Likewise.
  921. 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
  922. * config/tc-i386.c (cpu_flags_set): Removed.
  923. 2015-03-25 Renlin Li <renlin.li@arm.com>
  924. * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
  925. code.
  926. (mapping_state_2): Emit first MAP_DATA symbol here.
  927. 2015-03-24 H.J. Lu <hongjiu.lu@intel.com>
  928. PR gas/18087
  929. * write.c (compress_debug): Don't write the zlib header if
  930. compression didn't make the section smaller.
  931. 2015-03-24 Terry Guo <terry.guo@arm.com>
  932. * config/tc-arm.c (no_cpu_selected): Use new macro to compare
  933. features.
  934. (parse_psr): Likewise.
  935. (do_t_mrs): Likewise.
  936. (do_t_msr): Likewise.
  937. (static const arm_feature_set arm_ext_*): Defined with new macros.
  938. (static const arm_feature_set arm_cext_*): Likewise.
  939. (static const arm_feature_set fpu_fpa_ext_*): Likewise.
  940. (static const arm_feature_set fpu_vfp_ext_*): Likewise.
  941. (deprecated_coproc_regs): Likewise.
  942. (UL_BARRIER): Likewise.
  943. (barrier_opt_names): Likewise.
  944. (arm_cpus): Likewise.
  945. (arm_extensions): Likewise.
  946. 2015-03-20 H.J. Lu <hongjiu.lu@intel.com>
  947. * config/tc-i386.c (i386_align_code): Limit multi-byte nop
  948. instructions to 10 bytes.
  949. 2015-03-19 Nick Clifton <nickc@redhat.com>
  950. * config/tc-rl78.c (enum options): Add G13 and G14.
  951. (md_longopts): Add -mg13 and -mg14.
  952. (md_parse_option): Handle -mg13 and -mg14.
  953. (md_show_usage): List -mg13 and -mg14.
  954. * doc/c-rl78.texi: Add description of -mg13 and -mg14 options.
  955. 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
  956. Nick Clifton <nickc@redhat.com>
  957. PR binutils/18087
  958. * doc/as.texinfo: Note that when gas compresses debug sections the
  959. compression is only performed if it makes the section smaller.
  960. * write.c (compress_debug): Do not compress a debug section if
  961. doing so would make it larger.
  962. 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
  963. * config/tc-i386.c (cpu_arch): Add PROCESSOR_ZNVER flags.
  964. (i386_align_code): Add PROCESSOR_ZNVER cases.
  965. * config/tc-i386.h (processor_type): Add PROCESSOR_ZNVER.
  966. * doc/c-i386.texi: Add znver1 and clzero.
  967. 2015-03-16 Nick Clifton <nickc@redhat.com>
  968. * dwarf2dbg.c (out_header): Remove spurious #if 1.
  969. 2015-03-13 Jiong Wang <jiong.wang@arm.com>
  970. * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
  971. number 31.
  972. 2015-03-13 Jiong Wang <jiong.wang@arm.com>
  973. * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
  974. 2015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
  975. * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
  976. * doc/c-mips.texi: Document i6400 -march option.
  977. 2015-03-12 Nick Clifton <nickc@redhat.com>
  978. PR gas/17444
  979. * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
  980. to arm_apply_sym_value. Update prototype.
  981. * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
  982. Do not apply the value if the symbol is in a different segment to
  983. the current segment.
  984. 2015-03-11 Alan Modra <amodra@gmail.com>
  985. * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
  986. (md_apply_fix): Report an error on data-only fixups used with insns.
  987. 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
  988. * config/tc-s390.c (md_gather_operands): Check for valid
  989. length field operands.
  990. 2015-03-10 Michael Perkins <perkinsmg75@yahoo.co.uk>
  991. * config/tc-arm.c (parse_operands): Fix bug setting writeback
  992. values for '^' on OP_REGLSTs.
  993. (do_push_pop): Add new writeback constraint.
  994. 2015-03-10 Renlin Li <renlin.li@arm.com>
  995. * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
  996. (mapping_state_2): Emit first MAP_DATA symbol here.
  997. 2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
  998. * config/tc-aarch64.c (mapping_state): Set minimum alignment for
  999. code sections.
  1000. 2015-03-10 Nick Clifton <nickc@redhat.com>
  1001. PR gas/17852
  1002. * config/tc-arm.c (md_begin): Ensure that selected_cpu is
  1003. initialised when CPU_DEFAULT is defined.
  1004. 2015-03-05 Nick Clifton <nickc@redhat.com>
  1005. * config/tc-v850.c (md_parse_option): Fix code to set or clear
  1006. EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
  1007. -m8byte-align and -m4byte-align command line options.
  1008. 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
  1009. PR gas/17843
  1010. * config/tc-aarch64.c (process_movw_reloc_info): Allow
  1011. R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
  1012. for MOVK.
  1013. 2015-02-28 Alan Modra <amodra@gmail.com>
  1014. * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
  1015. end to their alignment.
  1016. 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
  1017. * config/tc-aarch64.c (reloc_table_entry): Generate
  1018. BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
  1019. (md_apply_fix, aarch64_force_relocation): Handle
  1020. BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
  1021. 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
  1022. * config/tc-aarch64.c (reloc_table_entry): Generate
  1023. BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
  1024. (md_apply_fix, aarch64_force_relocation): Handle
  1025. BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
  1026. 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
  1027. * config/tc-aarch64.c (reloc_table_entry): Generate
  1028. BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
  1029. (md_apply_fix, aarch64_force_relocation): Handle
  1030. BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
  1031. 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
  1032. * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
  1033. (reloc_table): Likewise.
  1034. (parse_address_main): Use ld_literal_type.
  1035. 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
  1036. * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
  1037. (reloc_table): Likewise.
  1038. (parse_address_main): Use adr_type.
  1039. 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
  1040. * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
  1041. 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
  1042. * config/tc-avr.c: Add elf32-avr.h include.
  1043. (struct avr_property_record_link): New structure.
  1044. (avr_output_property_section_header): New function.
  1045. (avr_record_size): New function.
  1046. (avr_output_property_record): New function.
  1047. (avr_create_property_section): New function.
  1048. (avr_handle_align): New function.
  1049. (exclude_section_from_property_tables): New function.
  1050. (create_record_for_frag): New function.
  1051. (append_records_for_section): New function.
  1052. (avr_create_and_fill_property_section): New function.
  1053. (avr_post_relax_hook): New function.
  1054. * config/tc-avr.h (md_post_relax_hook): Define.
  1055. (avr_post_relax_hook): Declare.
  1056. (HANDLE_ALIGN): Define.
  1057. (avr_handle_align): Declare.
  1058. (strut avr_frag_data): New structure.
  1059. (TC_FRAG_TYPE): Define.
  1060. 2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
  1061. * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
  1062. cortex-a72.
  1063. 2015-02-24 Nick Clifton <nickc@redhat.com>
  1064. * config/tc-v850.c (soft_float): New variable.
  1065. (v850_data_8): New variable.
  1066. (md_show_usage): Add -msoft-float/-mhard-float.
  1067. (md_parse_option): Likewise.
  1068. (md_begin): Set the default value of soft_float.
  1069. (v850_md_end): New function. Creates a note section.
  1070. * config/tc-v850.h (md_end): Define.
  1071. * doc/c-v850.texi: Document -msoft-float/-mhard-float.
  1072. 2015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
  1073. * config/tc-h8300.c (line_separater_chars): Add a version for
  1074. h8300-linux that includes a separator.
  1075. (default_mach): New variable.
  1076. (md_main): Use it.
  1077. (md_longopts): Add '--march' option.
  1078. (md_parse_option): Parse the new option.
  1079. * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
  1080. * configure.tgt: Add h8300-*-linux
  1081. * doc/c-h8300.texi: Document --march.
  1082. 2015-02-23 Nick Clifton <nickc@redhat.com>
  1083. PR 17940
  1084. * dwarf2dbg.c (out_header): When generating dwarf sections use
  1085. real symbols not temps for the start and end symbols.
  1086. * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
  1087. adjustments to relocations in debug sections.
  1088. (TC_LINKRELAX_FIXUP): Likewise.
  1089. 2015-02-19 Alan Modra <amodra@gmail.com>
  1090. * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
  1091. * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
  1092. 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
  1093. * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
  1094. 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
  1095. * config/tc-arm.c: Add support for Cortex-A72.
  1096. 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
  1097. * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
  1098. of as_warn for deprecation messages.
  1099. (encode_arm_addr_mode_2): Likewise.
  1100. (check_obsolete): Likewise.
  1101. (do_rd_rm_rn): Likewise.
  1102. (do_co_reg): Likewise.
  1103. (do_setend): Likewise.
  1104. (do_t_mov_cmp): Likewise.
  1105. (do_neon_ldr_str): Likewise.
  1106. (opcode_lookup): Likewise.
  1107. (if_fsm_post_encode): Likewise.
  1108. (md_assemble): Likewise.
  1109. 2015-02-06 Jan Beulich <jbeulich@suse.com>
  1110. * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
  1111. (cfi_change_reg_numbers): Also do nothing for CFI_label.
  1112. (cfi_pseudo_table): Also handle .cfi_label when not supporting
  1113. CFI directives.
  1114. 2015-02-05 Alan Modra <amodra@gmail.com>
  1115. * config/tc-msp430.c (md_assemble): Correct size passed to
  1116. extract_cmd. Remove index check.
  1117. 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
  1118. * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
  1119. * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
  1120. 2015-02-04 Nick Clifton <nickc@redhat.com>
  1121. * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
  1122. these instructions.
  1123. 2015-02-03 Renlin Li <renlin.li@arm.com>
  1124. * doc/c-aarch64.texi (.arch): Document the directive.
  1125. (.arch_extension): Likewise.
  1126. 2015-02-03 Nick Clifton <nickc@redhat.com>
  1127. * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
  1128. 2015-01-28 James Bowman <james.bowman@ftdichip.com>
  1129. * Makefile.am: Add FT32 files.
  1130. * config/tc-ft32.c: New file.
  1131. * config/tc-ft32.h: New file.
  1132. * configure.tgt: Add FT32 support.
  1133. * Makefile.in: Regenerate.
  1134. * po/POTFILES.in: Regenerate.
  1135. 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
  1136. * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
  1137. of instruction la to a symbol.
  1138. 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
  1139. * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
  1140. section name.
  1141. 2015-01-19 Alan Modra <amodra@gmail.com>
  1142. * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
  1143. * write.c (get_frag_for_reloc): Allow match just past end of frag.
  1144. 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
  1145. * config/tc-s390.c (struct pd_reg): Remove.
  1146. (pre_defined_registers): Remove.
  1147. (REG_NAME_CNT): Remove.
  1148. (reg_name_search): Calculate the register number instead of doing
  1149. a lookup.
  1150. (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
  1151. reg_name_search signature.
  1152. (s390_parse_cpu): Support the new arch string z13.
  1153. (s390_insert_operand): Support for vector registers with the extra
  1154. field for the fifth bit of each vector register operand.
  1155. (md_gather_operand): Adjust to the new handling of optional
  1156. parameters.
  1157. * doc/as.texinfo: Document the z13 cpu string.
  1158. 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
  1159. * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
  1160. #0, restoring previous behaviour.
  1161. 2015-01-12 Jan Beulich <jbeulich@suse.com>
  1162. * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
  1163. (cfi_pseudo_table): Add "cfi_label".
  1164. (output_cfi_insn): Handle CFI_label.
  1165. (select_cie_for_fde): Als terminate CIE when encountering
  1166. CFI_label.
  1167. * dw2gencfi.h (cfi_add_label): Declare.
  1168. (struct cfi_insn_data): New member "sym_name".
  1169. (CFI_label): New.
  1170. * read.c (read_symbol_name): Drop "static".
  1171. * read.h (read_symbol_name): Declare.
  1172. 2015-01-12 Jan Beulich <jbeulich@suse.com>
  1173. * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
  1174. (do_neon_qshl_imm): Likewise.
  1175. 2015-01-12 Alan Modra <amodra@gmail.com>
  1176. * read.c (s_altmacro, s_reloc): Make definition static.
  1177. 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
  1178. * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
  1179. diff fixups.
  1180. 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  1181. * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
  1182. X-Gene 2.
  1183. * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
  1184. 2015-01-07 Jan Beulich <jbeulich@suse.com>
  1185. * config/tc-arm.c (struct arm_option_extension_value_table):
  1186. Split field "value" into fields "merge_value" and "clear_value".
  1187. (arm_extensions): Adjust initializer accordingly.
  1188. 2015-01-01 Alan Modra <amodra@gmail.com>
  1189. * as.c (parse_args): Just print current year.
  1190. 2015-01-01 Alan Modra <amodra@gmail.com>
  1191. Update year range in copyright notice of all files.
  1192. For older changes see ChangeLog-2014
  1193. Copyright (C) 2015 Free Software Foundation, Inc.
  1194. Copying and distribution of this file, with or without modification,
  1195. are permitted in any medium without royalty provided the copyright
  1196. notice and this notice are preserved.
  1197. Local Variables:
  1198. mode: change-log
  1199. left-margin: 8
  1200. fill-column: 74
  1201. version-control: never
  1202. End: