summaryrefslogtreecommitdiff
path: root/opcodes/dis-buf.c
Commit message (Collapse)AuthorAgeFilesLines
* * dis-buf.c (buffer_read_memory): Give error for reading justJoseph Myers2010-03-231-1/+2
| | | | before the start of memory.
* update copyright datesAlan Modra2009-09-021-1/+1
|
* Change source files over to GPLv3.Nick Clifton2007-07-051-9/+11
|
* Update function declarations to ISO C90 formattingNick Clifton2005-07-011-53/+23
|
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
|
* update copyright datesAlan Modra2005-03-031-1/+1
|
* 2005-02-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-02-141-4/+9
| | | | | * dis-buf.c (perror_memory): Use sprintf_vma to print out address.
* Add new field to disassemble_info structure: symbol_is_valid() and use it toNick Clifton2003-11-141-1/+10
| | | | skip displaying arm elf mapping symbols in disassembly output.
* * dis-buf.c (generic_strcat_address): Add missing prototype.Alan Modra2001-08-091-0/+4
| | | | #if 0 the functions as it is unused.
* Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton2001-03-131-1/+2
|
* This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2000-02-211-5/+5
| | | | | warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h.
* octets vs bytes changes for binutilsTimothy Wall2000-02-031-2/+8
|
* From Wally Iimura <iimura@microunity.com>:Ian Lance Taylor1999-08-101-2/+5
| | | | | | * dis-buf.c (buffer_read_memory): Rewrite expression to avoid overflow at end of address space. (generic_print_address): Use sprintf_vma.
* * dis-buf.c: Add ATTRIBUTE_UNUSED as appropriate.Ian Lance Taylor1999-07-111-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.
* Initial revisionRichard Henderson1999-05-031-0/+104