use XNEW and related macros more
[external/binutils.git] / gas /
2016-04-04 Trevor Saundersuse XNEW and related macros more
2016-04-03 Trevor Saundersuse xstrdup and friends more
2016-04-03 Trevor Saunderscleanup FLT_CHARS and EXP_CHARS
2016-04-03 Trevor Saundersupdate ChangeLog for previous commit
2016-04-03 Trevor Saundersmake score build again
2016-04-03 Trevor Saundersarm: change the type of a variable to bfd_reloc_code_re...
2016-04-03 Trevor Saundersbfin: simplify current_inputline
2016-04-03 Trevor Saundersavr: simplify some option parsing with strcasecmp ()
2016-04-02 Alan ModraPR19896, Segmentation fault on bad input
2016-04-01 Andrew Burgessgas/arc: Change 'LENGHT' to 'LENGTH'
2016-04-01 Alan ModraConstify more
2016-03-31 Trevor Saundersenable -Wwrite-strings for gas
2016-03-31 Trevor Saundersmake xtensa_section_rename () take const char *
2016-03-31 Trevor Saunderstc-i960.c: add some casts when assigning literals to...
2016-03-31 Trevor Saunderscast the arg to md_assemble () to char *
2016-03-31 Trevor Saunderscast to char * when assigning to optarg
2016-03-31 Trevor Saunderswork around get_symbol_name () in sparc and ia64
2016-03-31 Trevor Saunderscast literal to char * when assigning to input_line_ptr
2016-03-31 Trevor Saundersget rid of K&R style args
2016-03-31 Trevor Saundersmake some variables unsigned
2016-03-30 Nick CliftonFix compile time warning about comparison between signe...
2016-03-30 Claudiu Zissulescu[ARC] Allow equ redefintion tests for ARC.
2016-03-30 Claudiu Zissulescu[ARC] Fix warn.exp test error.
2016-03-30 Trevor Saundersuse xstrdup and friends more
2016-03-29 Claudiu Zissulescu[ARC] Add support for Quarkse opcodes.
2016-03-29 Trevor Saundersmake md_parse_option () take a const char *
2016-03-29 Trevor Saundersapply ChangeLog for previous commit
2016-03-29 Trevor Saundersreplace some obstack_alloc () calls with the XOBNEW...
2016-03-29 Trevor Saundersadd more const qualifiers
2016-03-26 Trevor Saunderssplit up cr16s md_assemble ()
2016-03-26 Trevor Saundersrename flag_size_check to flag_allow_nonconst_size...
2016-03-24 Jose E. Marchesigas: sparc: allow ASR registers in the 0..31 range...
2016-03-24 Trevor Saundersmake microblaze build with -Wwrite-strings
2016-03-24 Trevor Saunderslocalize string returned from visium's md_atof ()
2016-03-22 Trevor Saundersmake more variables const
2016-03-22 Trevor Saunderstc-pdp11.c: remove useless code
2016-03-22 Trevor Saunderstc-sparc.c: get rid of wierd usage of strchr ()
2016-03-22 Trevor Saundersuse do_align () directly in tc-ia64.c
2016-03-22 Trevor Saundersreplace some raw xmalloc / xrealloc with the XNEW*...
2016-03-22 Alan ModraFix tic54x regression
2016-03-22 Alan ModraRemove more alloca calls
2016-03-22 Nick CliftonAdd -Wstack-usage to the gcc warning flags list, but...
2016-03-21 Andrew Burgessarc/nps400: Add first nps400 instructions
2016-03-21 Andrew Burgessarc/opcodes: Use flag operand class to handle multiple...
2016-03-21 Andrew Burgessarc: Add nps400 machine type, and assembler flag.
2016-03-21 Andrew Burgessarc: Remove EF_ARC_CPU_GENERIC constant.
2016-03-21 Andrew Burgessarc/gas: default mach is arc700, initialised in md_begin
2016-03-21 Andrew Burgessgas/arc: Fix test for big-endian arc
2016-03-21 Nick CliftonRemove use of alloca.
2016-03-20 Trevor Saunderstc-i386.c: store encoded instructions in unsigned char[]
2016-03-18 Nick CliftonUpdate description of AArch64 assembler directives.
2016-03-18 Nick CliftonFix the disassembly of the AArch64's OOR instruction...
2016-03-18 Nick CliftonFix generation of as.1 manual page so that it can be...
2016-03-16 Alan Modratestsuite/ChangeLog is no longer supposed to exist
2016-03-16 Jiong Wang[ARM] Support ARMv8.2 FP16 simd instructions
2016-03-16 Nick CliftonFix checking bignum values that are being inserted...
2016-03-15 Ulrich DrepperUpdate x86 register name documentation.
2016-03-10 Mickael GuenePR gas/19744: Thumb-1 pcrop relocations don't work...
2016-03-09 Trevor Saundersfixup -Wshadow warnings on gcc-4.7
2016-03-08 Claudiu Zissulescu[ARC] Allow non-instruction relocations within .text...
2016-03-07 Thomas Preud'homme[ARM] Add support for Cortex-R8
2016-03-07 Trevor SaundersAdd const qualifiers at various places.
2016-03-04 Matthew Wahab[ARM] Build attributes for ARMv8.1-A AdvSIMD
2016-03-04 Matthew Wahab[ARM] Add feature check for ARMv8.1 AdvSIMD instructions.
2016-03-02 H.J. LuAdjust testsuite/gas/i386/x86_64-intel.d for COFF
2016-02-29 Claudiu Zissulescu[ARC] Local symbols relocation cleanup
2016-02-29 Claudiu Zissulescu[ARC] General fixes.
2016-02-26 Joel SherrillAdd aarch64-*-rtems* target
2016-02-26 H.J. LuAdd ChangeLog entries for PR ld/19645
2016-02-26 H.J. LuProperly implement STT_COMMON
2016-02-25 Trevor SaundersConvert more variables to a constant form.
2016-02-25 Andrew Burgessgas: Update tests for big-endian arc targets
2016-02-24 Renlin Li[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction...
2016-02-24 Renlin Li[GAS][ARM][2/3]Add SE_H shape to represent fp16 type.
2016-02-24 Renlin Li[OPCODES][ARM][1/3]Add armv8.2 fp16 instruction dissemb...
2016-02-24 Renlin Li[OPCODES][ARM]Fix mask for a few coprocessor opcodes.
2016-02-24 Renlin Li[OPCODE][ARM]Correct disassembler for cdp/cdp2, mcr...
2016-02-24 Kyrylo Tkachov[ARM][gas] Add support for Cortex-A32
2016-02-24 Kyrylo Tkachov[ARM][doc] Document cortex-a17 mcpu option
2016-02-23 H.J. LuSkip tests for common directive on hpux
2016-02-22 Trevor SaundersAdd more const type qualifiers to GAS sources.
2016-02-21 H.J. LuSet BFD compression bits in write_object_file
2016-02-20 H.J. Lu[i386] Check RegVRex in register_number
2016-02-19 Nick CliftonFix snafu - add missing const declaration to 'string...
2016-02-19 Jiong Wang[ARM] Add FP16 feature extension for ARMv8.2 architecture
2016-02-19 Nick CliftonPrevent seg-fault in gas reading a binary input file.
2016-02-19 Trevor SaundersChange the return type of the rebuffer_line function...
2016-02-19 Trevor SaundersAdd const to various variables in the gas sources.
2016-02-18 Dan GisselquistAvoid setting or recording negative alignments when...
2016-02-17 Max Filippovxtensa: fix .init/.fini literals moving
2016-02-17 Nick CliftonUpdate list of known MSP430 MCUs.
2016-02-16 Claudiu Zissulescu[ARC] Enable .cfi_* pseudo-ops.
2016-02-16 Trevor SaundersRemove documentation of deleted function S_IS_EXTERN.
2016-02-16 Nick CliftonFix formatting problems caused by previous update to...
2016-02-16 Renlin Li[PR19620][GAS][AArch64]Remove mov[z,k,n] relocation...
2016-02-16 H.J. LuFix typos in gas/ChangeLog
2016-02-15 Nick CliftonFix changelog entry for previous delta.
2016-02-15 Vinay Kumar GCorrect opcode generated for RX indirect MOVs without...
2016-02-15 Nick CliftonEnhance GAS's .section directive so that it can take...
2016-02-11 Nick CliftonAllow the .cfi_sections directive to be reissued provid...
next