mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
cd1d8c6d89
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.
5 lines
132 B
C
5 lines
132 B
C
void EXFUN(write_relaxnorel,( bfd *output_bfd, PTR data));
|
|
boolean EXFUN(relax_section,( lang_statement_union_type **this_ptr));
|
|
|
|
|