diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-14 02:01:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-14 02:01:31 +0000 |
commit | 39dcfe18ca8ab5b4b9824fde09cac4fd0aceff19 (patch) | |
tree | c4a768279b410e519f7ebf16d6a9542153f9db11 /ld/emultempl/beos.em | |
parent | 16bad250baf9b63989b87a88312888436b1b2651 (diff) | |
download | gdb-39dcfe18ca8ab5b4b9824fde09cac4fd0aceff19.zip gdb-39dcfe18ca8ab5b4b9824fde09cac4fd0aceff19.tar.gz gdb-39dcfe18ca8ab5b4b9824fde09cac4fd0aceff19.tar.bz2 |
(wild_doit): Rename to lang_add_section.
Diffstat (limited to 'ld/emultempl/beos.em')
-rw-r--r-- | ld/emultempl/beos.em | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/emultempl/beos.em b/ld/emultempl/beos.em index 23ac5d4..1d9546b 100644 --- a/ld/emultempl/beos.em +++ b/ld/emultempl/beos.em @@ -7,7 +7,8 @@ else fi cat >e${EMULATION_NAME}.c <<EOF /* This file is part of GLD, the Gnu Linker. - Copyright 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. + Copyright 1995, 1996, 1997, 1998, 2000, 2001 + Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -813,7 +814,7 @@ gld${EMULATION_NAME}_place_orphan (file, s) The sections still have to be sorted, but that has to wait until all such sections have been processed by us. The sorting is done by sort_sections. */ - wild_doit (&l->wild_statement.children, s, os, file); + lang_add_section (&l->wild_statement.children, s, os, file); return true; } |