aboutsummaryrefslogtreecommitdiff
path: root/opcodes/dis-buf.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-02update copyright datesAlan Modra1-1/+1
2007-07-05Change source files over to GPLv3.Nick Clifton1-9/+11
2005-07-01Update function declarations to ISO C90 formattingNick Clifton1-53/+23
2005-05-07Update the address and phone number of the FSFNick Clifton1-1/+1
2005-03-03update copyright datesAlan Modra1-1/+1
2005-02-142005-02-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-4/+9
* dis-buf.c (perror_memory): Use sprintf_vma to print out address.
2003-11-14Add new field to disassemble_info structure: symbol_is_valid() and use it toNick Clifton1-1/+10
skip displaying arm elf mapping symbols in disassembly output.
2001-08-09 * dis-buf.c (generic_strcat_address): Add missing prototype.Alan Modra1-0/+4
#if 0 the functions as it is unused.
2001-03-13Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton1-1/+2
2000-02-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra1-5/+5
warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h.
2000-02-03octets vs bytes changes for binutilsTimothy Wall1-2/+8
1999-08-10 From Wally Iimura <iimura@microunity.com>:Ian Lance Taylor1-2/+5
* dis-buf.c (buffer_read_memory): Rewrite expression to avoid overflow at end of address space. (generic_print_address): Use sprintf_vma.
1999-07-11 * dis-buf.c: Add ATTRIBUTE_UNUSED as appropriate.Ian Lance Taylor1-4/+4
(generic_strcat_address): Add cast to avoid warning. * i386-dis.c: Initialize all structure fields to avoid warnings. Add ATTRIBUTE_UNUSED as appropriate.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+104