diff options
author | Nick Clifton <nickc@redhat.com> | 2013-12-17 15:39:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-12-17 15:39:13 +0000 |
commit | 5879bb8fc592e4aea85bdc2a84381d89850e5770 (patch) | |
tree | d7498318229ecd048169baf66b782ab8d288a3f9 /bfd/config.in | |
parent | 978f0babbe2ca9fa69a19065d41eb815890613f9 (diff) | |
download | gdb-5879bb8fc592e4aea85bdc2a84381d89850e5770.zip gdb-5879bb8fc592e4aea85bdc2a84381d89850e5770.tar.gz gdb-5879bb8fc592e4aea85bdc2a84381d89850e5770.tar.bz2 |
* peXXigen.c: Include wchar.h if available.
Include safe-ctype.h.
(HighBitSet, SetHighBit, WithoutHighBit): New macros.
(pe_print_resource_entries): Rename to
rsrc_print_resource_entries. Handle names that are not RVAs.
(pe_print_resource_directory): Rename to
rsrc_print_resource_directory.
(pe_print_rsrc): Rename to rsrc_print_section. Corrupt
computation of RVA bias.
(rsrc_count_entries): New function.
(rsrc_count_directory): New function.
(rsrc_parse_entry): New function.
(rsrc_parse_entries): New function.
(rsrc_parse_directory): New function.
(rsrc_write_string): New function.
(rsrc_compute_rva): New function.
(rsrc_write_leaf): New function.
(rsrc_write_entry): New function.
(rsrc_write_directory): New function.
(u16_mbtouc): New function.
(rsrc_cmp): New function.
(rsrc_print_name): New function.
(rsrc_resource_name): New function.
(rsrc_merge_string_entries): New function.
(rsrc_sort_entries): New function.
(rsrc_attach_chain): New function.
(rsrc_merge): New function.
(rsrc_process_section): New function - merges the contents of a
.rsrc section.
(_bfd_XXi_final_link_postscript): Call rsrc_process_section.
* configure.in (AC_CHECK_HEADERS): Add wchar.h
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 65fb044..3106c28 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -255,6 +255,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <wchar.h> header file. */ +#undef HAVE_WCHAR_H + /* Define if <sys/procfs.h> has win32_pstatus_t. */ #undef HAVE_WIN32_PSTATUS_T |