From cd1d8c6d89ab6b17bf5b9b0a4659e1e1209e0d48 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Thu, 27 Aug 1992 00:32:05 +0000 Subject: * 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. --- ld/relax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/relax.h') 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)); -- cgit v1.1