summaryrefslogtreecommitdiff
path: root/bfd/elf32-microblaze.c
Commit message (Expand)AuthorAgeFilesLines
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-26/+29
* More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2015-02-031-1/+1
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-6/+6
* Fix memory access violations triggered by running objdump on fuzzed binaries.Nick Clifton2015-01-151-2/+11
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Make bfd.link_next field a unionAlan Modra2014-06-131-1/+1
* bfd target vector rationalisationAlan Modra2014-05-021-2/+2
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-1/+2
* PR ld/15323Alan Modra2013-03-301-1/+7
* PR ld/14736Michael Eager2012-12-181-23/+32
* Microblaze: Add support for handling TLS symbol suffixes and generatingMichael Eager2012-12-111-121/+508
* Add microblazeel target support to bfd, gas and ld.Michael Eager2012-11-091-42/+92
* Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu2012-09-021-3/+3
* * section.c (bfd_get_linker_section): New function.Alan Modra2012-06-291-17/+17
* * bfd-in.h (bfd_get_section_name, bfd_get_section_vma,Nick Clifton2012-05-161-5/+5
* PR binutils/13558Nick Clifton2012-05-161-1/+1
* * bfd/elf32-microblaze.c (create_got_section):Michael Eager2012-01-271-1/+2
* * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra2011-06-131-6/+0
* * bfd-in.h (bfd_get_section_limit): Don't use rawsize with outputAlan Modra2011-04-111-2/+2
* bfd/Bernd Schmidt2010-10-041-1/+1
* 2010-09-24 Thomas Schwinge <thomas@codesourcery.com>Thomas Schwinge2010-09-241-2/+2
* Add target_id to elf_backend_data.H.J. Lu2010-08-251-0/+1
* fix set but unused variable warningsAlan Modra2010-06-271-7/+2
* * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. AddNick Clifton2010-02-041-2/+29
* PR ld/11133Alan Modra2010-01-081-28/+10
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-12/+9
* * elf32-microblaze.c (microblaze_elf_check_relocs): Avoid strictTom Tromey2009-08-071-2/+3
* Add support for Xilinx MicroBlaze processor.Nick Clifton2009-08-061-0/+3058