diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-06 00:13:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-06 00:13:34 +0000 |
commit | 5b343f5ae88339aa38c69fc02b05cd76f579dd56 (patch) | |
tree | 4ea4db84425507f17037cc286404b14b066b1530 /ld/emultempl | |
parent | 165a58fe68c763922f368dd66b34585d6df4b46a (diff) | |
download | gdb-5b343f5ae88339aa38c69fc02b05cd76f579dd56.zip gdb-5b343f5ae88339aa38c69fc02b05cd76f579dd56.tar.gz gdb-5b343f5ae88339aa38c69fc02b05cd76f579dd56.tar.bz2 |
Regenerate files using fixed aclocal install.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/ticoff.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index 7cab15d..a2ab4db 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -197,6 +197,6 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = NULL, /* unrecognized_file */ gld_${EMULATION_NAME}_list_options, NULL, /* recognized file */ - NULL, /* find_potential_libraries */ + NULL /* find_potential_libraries */ }; EOF |