Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/dis-buf.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    8181}
    8282
     83#if 0
    8384/* Just concatenate the address as hex.  This is included for
    8485   completeness even though both GDB and objdump provide their own (to
    8586   print symbolic addresses).  */
     87
     88void generic_strcat_address PARAMS ((bfd_vma, char *, int));
    8689
    8790void
     
    103106  return;
    104107}
     108#endif
    105109
    106110/* Just return the given address.  */
Note: See TracChangeset for help on using the changeset viewer.