aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-coff.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-15 * config/obj-coff.c (coff_adjust_section_syms): UseAlan Modra1-5/+5
2003-11-20 * config/obj-aout.h: Fix comment typos.Kazu Hirata1-7/+7
2003-10-04(obj_coff_section [BEF_ASSEMBLER]): Make 'r' mean readonly data.Nick Clifton1-1/+1
2002-12-12 * write.c (write_object_file): Fix signed/unsigned warning.Alan Modra1-2/+4
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-1/+1
2002-11-04Set SEC_DATA and SEC_LOAD flags for sections marked as 's'.Nick Clifton1-1/+3
2002-09-05gas reloc rewrite.Alan Modra1-0/+1
2002-08-28Add TMS320C4x supportNick Clifton1-2/+2
2002-06-08 * as.c: Replace CONST with const.Alan Modra1-2/+2
2002-05-27Add missing semicolonNick Clifton1-1/+1
2002-05-23Silently ignore an 'a' flag in a COFF .section directive.Nick Clifton1-17/+19
2002-05-23 * write.c (size_seg): Check adjustment to last frag.Alan Modra1-11/+23
2002-05-11Fix formatting and compile tine warnings when compiling without BFD_ASSEMBLERNick Clifton1-314/+255
2002-05-09 * config/obj-coff.c: Fix formatting.Kazu Hirata1-10/+10
2002-01-31Add support for OpenRISC 32-bit embedded processorNick Clifton1-4/+20
2002-01-22* config/obj-coff.c (obj_coff_init_stab_section): Make theDJ Delorie1-1/+1
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-5/+1
2001-10-08Fix 2 xcoff line number problemsTom Rix1-1/+2
2001-09-18 * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.Alan Modra1-9/+10
2001-08-09 * symbols.c: Add missing prototypes.Alan Modra1-13/+26
2001-07-11Don't merge if the storage class of the non-debug symbol is C_NULL.Nick Clifton1-1/+10
2001-06-30Treat a .ln directive outside of a function as a .appline directive.Nick Clifton1-5/+5
2001-06-10Branch hints for Pentium4 as insn modifiers, and some minor tweaksAlan Modra1-2/+2
2001-05-25 * config/obj-ieee.c (write_object_file): Set finalize_syms.Alan Modra1-2/+3
2001-05-24Fix for gas seg fault and neg line numbersTom Rix1-0/+5
2001-05-22 * symbols.c (resolve_symbol_value): Remove "finalize" param,Alan Modra1-4/+4
2001-04-25Check to see if the filename symbol has been initialised before extractingNick Clifton1-5/+6
2001-03-30Pass finalize_syms on calls to resolve_symbol_value.Alan Modra1-4/+4
2001-03-08Fix copyright noticesNick Clifton1-1/+2
2001-02-27Set SEC_NEVER_LOAD when the 'n' flag is used.Nick Clifton1-2/+2
2001-02-11fix formattingNick Clifton1-7/+7
2000-12-28 * as.h (rs_align_test): New.Richard Henderson1-3/+9
2000-12-012000-11-30 Philip Blundell <pb@futuretv.com>Phil Blundell1-1/+1
2000-11-282000-11-27 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-3/+3
2000-11-082000-11-07 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
2000-09-122000-09-12 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-96/+72
2000-08-222000-08-22 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+36
2000-08-14Set the debug flag for storage types C_ARG, C_REGPARM, C_FIELD, C_MOS, C_MOE,Nick Clifton1-4/+1
2000-07-24* config/obj-coff.c (obj_frob_symbol): Don't mergeDJ Delorie1-0/+3
2000-07-20* config/obj-coff.c (obj_frob_symbol): revert previous change,DJ Delorie1-16/+10
2000-07-17Don't merge labels. Don't merge if the symbol isn't constant. Don't callNick Clifton1-10/+16
2000-07-12 Add padding to the last section when aligning it increases its size.Nick Clifton1-2/+14
2000-07-06oops - omitted frpom previous deltaNick Clifton1-1/+1
2000-07-06Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implementNick Clifton1-0/+7
2000-06-29Do not change an existing section's attributes if a flags argument isn'tNick Clifton1-12/+29
2000-06-17Typo fix: Change BFD_ASSEMLER to BFD_ASSEMBLER.Nick Clifton1-1/+1
2000-05-22 * obj.h (struct format_ops): New members begin, app_file,Hans-Peter Nilsson1-1/+16
2000-04-26 Add XCOFF64 support.Clinton Popetz1-1/+1
2000-02-222000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>Ian Lance Taylor1-3/+3
2000-02-03octets vs bytes changes for GASTimothy Wall1-4/+11