summaryrefslogtreecommitdiff
path: root/bfd/pdp11.c
Commit message (Expand)AuthorAgeFilesLines
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-6/+6
* Fix the gas test align2 for the PDP11 by ensuring that the .text and .data se...Nick Clifton2015-02-241-0/+8
* This fixes a bug I introduced to the PDP11 target when I was trying to fix an...Nick Clifton2015-02-151-1/+6
* Fix memory access violations triggered by running dlltool on corrupt binaries.Nick Clifton2015-01-271-0/+3
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-2/+5
* Fix LTO vs. COFF archivesAlan Modra2014-08-051-1/+3
* Make bfd.link_next field a unionAlan Modra2014-06-131-3/+3
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * i386linux.c (linux_link_hash_table_create): Allocate tableAlan Modra2013-02-101-1/+1
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-1/+1
* PR binutils/13121Nick Clifton2012-05-011-89/+89
* * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra2011-06-131-8/+9
* * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra2011-06-061-1/+2
* * aoutx.h (aout_link_check_ar_symbols): Formatting.Alan Modra2010-12-131-13/+22
* * pdp11.c (aout_link_add_symbols): Ignore debug symbols.Paul Koning2010-12-021-1/+3
* Applied patch series for LD plugin interface (six parts).Dave Korn2010-10-141-5/+13
* fix set but unused variable warningsAlan Modra2010-06-271-7/+1
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-5/+5
* include/aout/Alan Modra2009-10-021-3/+0
* Updated sources to avoid using the identifier name "new", which is aNick Clifton2009-08-291-4/+4
* PR 9695Alan Modra2009-01-191-19/+6
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-2/+4
* bfd/Alan Modra2007-04-261-1/+1
* * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra2007-03-261-1/+17
* bfd/Alan Modra2006-06-191-1/+2
* bfd/Alan Modra2006-05-031-20/+15
* PR 2434Alan Modra2006-03-161-7/+11
* Remove a29k support.Alan Modra2005-08-181-4/+0
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
* bfd/Alan Modra2005-05-041-5/+5
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
* Convert to ISO C90 formattingNick Clifton2005-04-111-1709/+1300
* update copyright datesAlan Modra2005-03-031-1/+1
* * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston2005-01-311-95/+2
* bfd/H.J. Lu2004-10-211-4/+5
* * pdp11.c (struct pdp11_aout_reloc_external): Delete. ReplaceAlan Modra2004-08-161-28/+20
* bfd/Alan Modra2004-08-131-5/+4
* bfd/Alan Modra2004-06-241-52/+51
* * section.c (struct sec): Remove usused flags. Reorganize a little.Alan Modra2004-06-151-2/+2
* * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.Alan Modra2004-03-151-21/+28
* * coff-rs6000.c: Remove ARGSUSED and VARARGS.Kazu Hirata2003-12-011-1/+0
* * aout-adobe.c (aout_adobe_set_section_contents): Constify location.Alan Modra2003-11-041-1/+1
* Index: doc/ChangeLogAndrew Cagney2003-10-161-1/+1
* Correct spelling of "relocatable".Alan Modra2003-06-251-11/+11
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-281/+279
* * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-codedAlan Modra2002-09-021-1/+4
* * aout-adobe.c: Don't compare against "true" or "false.Alan Modra2002-06-251-5/+5
* Replace bfd_alloc/bfd_malloc + memset with bfd_zalloc/bfd_zmallocAlan Modra2002-06-071-7/+2