summaryrefslogtreecommitdiff
path: root/bfd/coff-arm.c
Commit message (Expand)AuthorAgeFilesLines
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
* Oops - fix typo in ISO-C90ifcationNick Clifton2005-03-221-2/+2
* Convert to ISO C90 formatting.Nick Clifton2005-03-221-281/+179
* (coff_link_hash_entry): Only define for non WINCE targets.Nick Clifton2005-03-211-0/+6
* * coff-arm.c (coff_arm_is_local_label_name): Warning fix.Alan Modra2005-02-161-2/+4
* * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston2005-01-311-20/+0
* bfd/H.J. Lu2004-10-211-3/+4
* bfd/Alan Modra2004-08-131-54/+38
* * bfd-in.h (bfd_get_section_limit): Define.Alan Modra2004-06-291-5/+2
* bfd/Alan Modra2004-06-241-4/+8
* Remainder of fixes for ARM WINCE supportNick Clifton2004-01-091-4/+10
* (coff_arm_relocate_section): Do not alter relocs that are not partial_inplaceNick Clifton2004-01-081-4/+7
* Fixes for use of ARM_26D reloc in arm-wince toolchain.Nick Clifton2003-12-051-21/+21
* Change ARM26* to ARM_26* in comments to match definitions.Nick Clifton2003-12-041-17/+17
* * aix5ppc-core.c: Fix comment typos.Kazu Hirata2003-11-241-7/+7
* Include SEC_CODE so that code sections are assigned the LOAD attribute.Nick Clifton2003-07-251-2/+2
* Correct spelling of "relocatable".Alan Modra2003-06-251-14/+14
* Altered the CREATE_xxx_COFF_TARGET_VEC macro argumentsSvein Seldal2003-06-041-2/+2
* Fixes for iWMMXt contribution.Nick Clifton2003-04-011-59/+7
* Add iWMMXt supportNick Clifton2003-03-251-0/+57
* Disable WINCE workaround that subtracted 8 from pc relative relocations.Nick Clifton2002-12-211-0/+3
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-144/+144
* Fix numerous occurrences ofAlan Modra2002-10-111-7/+9
* For the Thumb BLX reloc round the relocation up rather than down.Nick Clifton2002-05-231-13/+15
* Fix problems building arm-wince-pe toolchain.Nick Clifton2002-04-181-8/+21
* 2002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-041-2/+2
* * dep-in.sed: Cope with absolute paths.Alan Modra2002-04-041-2/+2
* Copy the r_offset field into and out of the internal reloc strcuture.Nick Clifton2002-03-271-0/+5
* 2002-01-31 Philipp Thomas <pthomas@suse.de>Philipp Thomas2002-02-011-7/+7
* Unify messages in coff-arm.c and elf32-arm.h.Philipp Thomas2002-01-301-4/+5
* * bfd.c (bfd_archive_filename): New function.Alan Modra2001-09-201-15/+15
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-92/+127
* Add missing prototypesNick Clifton2001-08-251-318/+321
* Replace VXWORKS with ARM_COFF_BUGFIX.Nick Clifton2001-08-011-4/+4
* Add support for arm-vxworks targetNick Clifton2001-04-271-6/+12
* Update copyright noticesNick Clifton2001-03-081-1/+2
* Fix BLX(1) for ThumbNick Clifton2001-03-061-23/+22
* Add BFD_RELOC_THUMB_PCREL_BLX.Nick Clifton2001-03-061-0/+1
* 2001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata2001-01-231-2/+0
* Change defn of LOCAL_LABEL_PREFIX to ""Nick Clifton2001-01-111-2/+2
* Definbe extra allowable COFF section flags for ARM_PE target/Nick Clifton2000-12-181-0/+2
* Add ARM v5t, v5te and XScale supportNick Clifton2000-11-251-0/+1
* 2000-11-15 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-151-1/+1
* 2000-09-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-081-234/+225
* * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbolAlexandre Oliva2000-07-041-0/+7
* Fix building with --enable-targets=allNick Clifton2000-03-011-1/+1
* 2000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu2000-03-011-1/+1
* Add WinCE support.Nick Clifton2000-02-281-69/+144
* catch bad arm relocsNick Clifton1999-12-171-10/+26