mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Rename epoc-pe interworking function names to avoid a name space clash
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
1999-06-04 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* emultempl/pe.em: If compiling for arm_epoc_pe rename
|
||||
interworking functions to avoid a name space clash.
|
||||
|
||||
1999-06-02 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* scripttempl/v850.sc: Add initp support.
|
||||
|
@ -54,6 +54,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define PE_DEF_SUBSYSTEM 3
|
||||
|
||||
#ifdef TARGET_IS_arm_epoc_pe
|
||||
#define bfd_arm_pe_allocate_interworking_sections \
|
||||
bfd_arm_epoc_pe_allocate_interworking_sections
|
||||
#define bfd_arm_pe_get_bfd_for_interworking \
|
||||
bfd_arm_epoc_pe_get_bfd_for_interworking
|
||||
#define bfd_arm_pe_process_before_allocation \
|
||||
bfd_arm_epoc_pe_process_before_allocation
|
||||
#endif
|
||||
|
||||
static void gld_${EMULATION_NAME}_set_symbols PARAMS ((void));
|
||||
static void gld_${EMULATION_NAME}_after_open PARAMS ((void));
|
||||
static void gld_${EMULATION_NAME}_before_parse PARAMS ((void));
|
||||
|
Reference in New Issue
Block a user