aboutsummaryrefslogtreecommitdiff
path: root/ld/relax.h
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-08-27 00:32:05 +0000
committerSteve Chamberlain <sac@cygnus>1992-08-27 00:32:05 +0000
commitcd1d8c6d89ab6b17bf5b9b0a4659e1e1209e0d48 (patch)
treef46f94dfbd0655fd21839132d8e33b8e65c45eeb /ld/relax.h
parent38e9ed495cace6c983db81d029b51ade50e1e591 (diff)
downloadgdb-cd1d8c6d89ab6b17bf5b9b0a4659e1e1209e0d48.zip
gdb-cd1d8c6d89ab6b17bf5b9b0a4659e1e1209e0d48.tar.gz
gdb-cd1d8c6d89ab6b17bf5b9b0a4659e1e1209e0d48.tar.bz2
* ldlang.c (lang_process): don't pass null pointers when
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.
Diffstat (limited to 'ld/relax.h')
-rw-r--r--ld/relax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/relax.h b/ld/relax.h
index 06322b9..a280b97 100644
--- a/ld/relax.h
+++ b/ld/relax.h
@@ -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));