aboutsummaryrefslogtreecommitdiffstats
path: root/microblaze-dis.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-05bdf: Remove last users of FALSE/TRUEJuan Quintela1-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>
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-4/+2
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2009-06-09microblaze-dis.c does not need to be executableBlue Swirl1-0/+0
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2009-05-26microblaze: Add disassembler.Edgar E. Iglesias1-0/+846
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>