Browse Source
abs_output_section is what is required. * ldwrite.c (ldwrite): use malloc to allocate the largest space used, and pass that down. * relax.c,relax.h (write_relaxnorel): use the passed malloc area rather than alloca.gdb-4_18-branch
3 changed files with 18 additions and 6 deletions
@ -1,4 +1,4 @@ |
|||
void EXFUN(write_relaxnorel,( bfd *output_bfd)); |
|||
void EXFUN(write_relaxnorel,( bfd *output_bfd, PTR data)); |
|||
boolean EXFUN(relax_section,( lang_statement_union_type **this_ptr)); |
|||
|
|||
|
|||
|
|||
Loading…
Reference in new issue