Age | Commit message (Expand) | Author | Files | Lines |
2002-12-12 | * write.c (write_object_file): Fix signed/unsigned warning. | Alan Modra | 1 | -2/+4 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -1/+1 |
2002-11-04 | Set SEC_DATA and SEC_LOAD flags for sections marked as 's'. | Nick Clifton | 1 | -1/+3 |
2002-09-05 | gas reloc rewrite. | Alan Modra | 1 | -0/+1 |
2002-08-28 | Add TMS320C4x support | Nick Clifton | 1 | -2/+2 |
2002-06-08 | * as.c: Replace CONST with const. | Alan Modra | 1 | -2/+2 |
2002-05-27 | Add missing semicolon | Nick Clifton | 1 | -1/+1 |
2002-05-23 | Silently ignore an 'a' flag in a COFF .section directive. | Nick Clifton | 1 | -17/+19 |
2002-05-23 | * write.c (size_seg): Check adjustment to last frag. | Alan Modra | 1 | -11/+23 |
2002-05-11 | Fix formatting and compile tine warnings when compiling without BFD_ASSEMBLER | Nick Clifton | 1 | -314/+255 |
2002-05-09 | * config/obj-coff.c: Fix formatting. | Kazu Hirata | 1 | -10/+10 |
2002-01-31 | Add support for OpenRISC 32-bit embedded processor | Nick Clifton | 1 | -4/+20 |
2002-01-22 | * config/obj-coff.c (obj_coff_init_stab_section): Make the | DJ Delorie | 1 | -1/+1 |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 1 | -5/+1 |
2001-10-08 | Fix 2 xcoff line number problems | Tom Rix | 1 | -1/+2 |
2001-09-18 | * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning. | Alan Modra | 1 | -9/+10 |
2001-08-09 | * symbols.c: Add missing prototypes. | Alan Modra | 1 | -13/+26 |
2001-07-11 | Don't merge if the storage class of the non-debug symbol is C_NULL. | Nick Clifton | 1 | -1/+10 |
2001-06-30 | Treat a .ln directive outside of a function as a .appline directive. | Nick Clifton | 1 | -5/+5 |
2001-06-10 | Branch hints for Pentium4 as insn modifiers, and some minor tweaks | Alan Modra | 1 | -2/+2 |
2001-05-25 | * config/obj-ieee.c (write_object_file): Set finalize_syms. | Alan Modra | 1 | -2/+3 |
2001-05-24 | Fix for gas seg fault and neg line numbers | Tom Rix | 1 | -0/+5 |
2001-05-22 | * symbols.c (resolve_symbol_value): Remove "finalize" param, | Alan Modra | 1 | -4/+4 |
2001-04-25 | Check to see if the filename symbol has been initialised before extracting | Nick Clifton | 1 | -5/+6 |
2001-03-30 | Pass finalize_syms on calls to resolve_symbol_value. | Alan Modra | 1 | -4/+4 |
2001-03-08 | Fix copyright notices | Nick Clifton | 1 | -1/+2 |
2001-02-27 | Set SEC_NEVER_LOAD when the 'n' flag is used. | Nick Clifton | 1 | -2/+2 |
2001-02-11 | fix formatting | Nick Clifton | 1 | -7/+7 |
2000-12-28 | * as.h (rs_align_test): New. | Richard Henderson | 1 | -3/+9 |
2000-12-01 | 2000-11-30 Philip Blundell <pb@futuretv.com> | Phil Blundell | 1 | -1/+1 |
2000-11-28 | 2000-11-27 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -3/+3 |
2000-11-08 | 2000-11-07 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -0/+1 |
2000-09-12 | 2000-09-12 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -96/+72 |
2000-08-22 | 2000-08-22 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -0/+36 |
2000-08-14 | Set the debug flag for storage types C_ARG, C_REGPARM, C_FIELD, C_MOS, C_MOE, | Nick Clifton | 1 | -4/+1 |
2000-07-24 | * config/obj-coff.c (obj_frob_symbol): Don't merge | DJ Delorie | 1 | -0/+3 |
2000-07-20 | * config/obj-coff.c (obj_frob_symbol): revert previous change, | DJ Delorie | 1 | -16/+10 |
2000-07-17 | Don't merge labels. Don't merge if the symbol isn't constant. Don't call | Nick Clifton | 1 | -10/+16 |
2000-07-12 | Add padding to the last section when aligning it increases its size. | Nick Clifton | 1 | -2/+14 |
2000-07-06 | oops - omitted frpom previous delta | Nick Clifton | 1 | -1/+1 |
2000-07-06 | Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implement | Nick Clifton | 1 | -0/+7 |
2000-06-29 | Do not change an existing section's attributes if a flags argument isn't | Nick Clifton | 1 | -12/+29 |
2000-06-17 | Typo fix: Change BFD_ASSEMLER to BFD_ASSEMBLER. | Nick Clifton | 1 | -1/+1 |
2000-05-22 | * obj.h (struct format_ops): New members begin, app_file, | Hans-Peter Nilsson | 1 | -1/+16 |
2000-04-26 | Add XCOFF64 support. | Clinton Popetz | 1 | -1/+1 |
2000-02-22 | 2000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | Ian Lance Taylor | 1 | -3/+3 |
2000-02-03 | octets vs bytes changes for GAS | Timothy Wall | 1 | -4/+11 |
2000-01-26 | This set of patches add support for aout emulation on the x86 | Alan Modra | 1 | -36/+20 |
1999-09-12 | * write.c (write_relocs): Call SET_SECTION_RELOCS if it is | Ian Lance Taylor | 1 | -0/+2 |
1999-09-12 | 1999-09-11 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -3/+31 |