mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-26 03:27:18 +00:00
1999-05-10 Catherine Moore <clm@cygnus.com>
* emulttempl/pe.em (gld_${EMULATION_NAME}_after_open): Check for TARGET_IS_arm_epoc_pe. (gld_${EMULATION_NAME}_before_allocation): Likewise.
This commit is contained in:
parent
ba1b93173e
commit
626e01051a
@ -1,3 +1,9 @@
|
||||
1999-05-10 Catherine Moore <clm@cygnus.com>
|
||||
|
||||
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
|
||||
Check for TARGET_IS_arm_epoc_pe.
|
||||
(gld_${EMULATION_NAME}_before_allocation): Likewise.
|
||||
|
||||
1999-05-12 Anthony Green <green@cygnus.com>
|
||||
|
||||
* ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
|
||||
|
@ -626,7 +626,7 @@ gld_${EMULATION_NAME}_after_open ()
|
||||
pe_dll_build_sections (output_bfd, &link_info);
|
||||
#endif
|
||||
|
||||
#ifdef TARGET_IS_armpe
|
||||
#if defined(TARGET_IS_armpe) || defined(TARGET_IS_arm_epoc_pe)
|
||||
{
|
||||
/* Find a BFD that can hold the interworking stubs. */
|
||||
LANG_FOR_EACH_INPUT_STATEMENT (is)
|
||||
@ -658,7 +658,7 @@ gld_${EMULATION_NAME}_before_allocation()
|
||||
ppc_allocate_toc_section (&link_info);
|
||||
#endif /* TARGET_IS_ppcpe */
|
||||
|
||||
#ifdef TARGET_IS_armpe
|
||||
#if defined(TARGET_IS_armpe) || defined(TARGET_IS_arm_epoc_pe)
|
||||
/* FIXME: we should be able to set the size of the interworking stub
|
||||
section.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user