summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bdf: Remove last users of FALSE/TRUEJuan Quintela2009-10-051-1/+1
| | | | | | | | | | This brings bfd_boolean to the wonderful world of <stdbool.h>, it is needed because it defines bdf_boolean as an enum with values true and false, and some architectures use TRUE, FALSE and give problems when you try to use <stdbool.h> Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-4/+2
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* microblaze-dis.c does not need to be executableBlue Swirl2009-06-091-0/+0
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* microblaze: Add disassembler.Edgar E. Iglesias2009-05-261-0/+846
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>