diff options
author | Andreas Jaeger <aj@suse.de> | 2001-09-03 06:43:37 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-09-03 06:43:37 +0000 |
commit | 48f6162b7a9b06568456420cb733af093dc21de5 (patch) | |
tree | ec6db210369dc8d77d368811716027ae86e5652b /ld/emultempl/beos.em | |
parent | b21baa6f959cfde684ea7d8e1399fe25fbfb3173 (diff) | |
download | fsf-binutils-gdb-48f6162b7a9b06568456420cb733af093dc21de5.zip fsf-binutils-gdb-48f6162b7a9b06568456420cb733af093dc21de5.tar.gz fsf-binutils-gdb-48f6162b7a9b06568456420cb733af093dc21de5.tar.bz2 |
* emultempl/aix.em: Add missing prototype.
* emultempl/lnk960.em: Likewise.
* emultempl/vanilla.em: Likewise.
* emultempl/armcoff.em: Likewise.
* emultempl/armelf_oabi.em: Likewise.
* emultempl/beos.em: Likewise.
* emultempl/gld960c.em: Likewise.
* emultempl/gld960.em: Likewise.
* emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
for prototype declaration.
Diffstat (limited to 'ld/emultempl/beos.em')
-rw-r--r-- | ld/emultempl/beos.em | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/emultempl/beos.em b/ld/emultempl/beos.em index e11974b..922202f 100644 --- a/ld/emultempl/beos.em +++ b/ld/emultempl/beos.em @@ -69,6 +69,11 @@ static lang_statement_union_type **sort_sections_1 int (*)())); static void sort_sections PARAMS ((lang_statement_union_type *)); +static void set_pe_name PARAMS ((char *, long int)); +static void set_pe_subsystem PARAMS ((void)); +static void set_pe_value PARAMS ((char *)); +static void set_pe_stack_heap PARAMS ((char *, char *)); + static struct internal_extra_pe_aouthdr pe; static int dll; |