OSDN Git Service

* readelf.c (get_file_type, get_machine_name, get_osabi_name,
authorjakub <jakub>
Mon, 28 Feb 2005 15:27:14 +0000 (15:27 +0000)
committerjakub <jakub>
Mon, 28 Feb 2005 15:27:14 +0000 (15:27 +0000)
commit3113d4ac09c9ea0a74df40d03f4b2d1e3a759906
tree2d0825b0835deb2373c80cf9a9c00ffdf22ed407
parent1b36827f2f25c488c60217a785fbc7c276130c5f
* readelf.c (get_file_type, get_machine_name, get_osabi_name,
get_segment_type, get_section_type_name, get_elf_class,
get_data_encoding, get_group_flags, dynamic_section_mips_val,
get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
get_AT_name, process_mips_specific, process_gnu_liblist,
get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
sprintf where needed.
(get_dynamic_type): Likewise.  Increase buff to 64 bytes.
(get_elf_section_flags): Increase buff to 33 bytes.  Avoid
using strcat.
(get_dynamic_flags): Renamed to...
(print_dynamic_flags): ... this.  Print the flags to stdout instead
of returning them as string.
(process_dynamic_section): Adjust caller.
binutils/ChangeLog
binutils/readelf.c