Statistics
| Branch: | Revision:

root / microblaze-dis.c @ c2162a8b

History | View | Annotate | Download (62.1 kB)

# Date Author Comment
6e2d864e 12/04/2010 10:50 pm Stefan Weil

*-dis: Replace fprintf_ftype by fprintf_function (format checking)

This patch adds more printf format checking.

Additional modifications were needed for this code change:

  • alpha-dis.c: The local definition of MAX conflicts with
    a previous definition from osdep.h, so add an #undef....
aacf4563 04/27/2010 09:56 pm Thomas Monjalon

microblaze: fix custom fprintf

Using GCC-4.2.4-1ubuntu4, there is a warning:
microblaze-dis.c:792: warning: unused variable 'fprintf'

Indeed, fprintf() is shadowed by a custom redefinition but is not used because
of FORTIFY_SOURCE option which replace calls to fprintf() by fprintf_chk()....

a491cf58 04/17/2010 09:21 am Arnaud Lacombe

Fix format strings

This fix the following build failure:

CC    libdis-user/microblaze-dis.o
cc1: warnings being treated as errors
microblaze-dis.c: In function 'print_insn_microblaze':
microblaze-dis.c:829: warning: format '%04x' expects type 'unsigned int',...
70539e18 03/07/2010 05:48 pm Blue Swirl

Update to a hopefully more future proof FSF address

See also 8167ee883931cb20c6264fc19d040ce2dc6ceaaa,
530e7615ce3c01882e582c84dc6304ab98a3d5c5 and
fad6cb1a565bb73f83fc0e2654489457b489e436.

Signed-off-by: Blue Swirl <>

6287462e 12/10/2009 01:33 pm Edgar E. Iglesias

microblaze: Update disasm to latest GPLv2 version.

Signed-off-by: Edgar E. Iglesias <>

47cbc7aa 10/05/2009 05:32 pm Juan Quintela

bdf: Remove last users of FALSE/TRUE

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...

8167ee88 07/16/2009 11:47 pm Blue Swirl

Update to a hopefully more future proof FSF address

Signed-off-by: Blue Swirl <>

cec9fac1 06/09/2009 09:27 pm Blue Swirl

microblaze-dis.c does not need to be executable

Signed-off-by: Blue Swirl <>

e90e390c 05/26/2009 10:10 pm Edgar E. Iglesias

microblaze: Add disassembler.

Signed-off-by: Edgar E. Iglesias <>