From 1ceb8d22f02bc471cb840f269378fef127054b30 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 3 Dec 2003 03:25:36 +0000 Subject: [PATCH] * emultempl/beos.em: Remove ARGSUSED. --- ld/ChangeLog | 4 ++++ ld/emultempl/beos.em | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 3483b16419..edd3828b83 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-12-02 Kazu Hirata + + * emultempl/beos.em: Remove ARGSUSED. + 2003-12-03 Alan Modra * emultempl/pe.em (pe_fixup_stdcalls): Update for renamed diff --git a/ld/emultempl/beos.em b/ld/emultempl/beos.em index 619e692221..e2f6099034 100644 --- a/ld/emultempl/beos.em +++ b/ld/emultempl/beos.em @@ -686,7 +686,6 @@ gld_${EMULATION_NAME}_before_allocation (void) but I'm leaving this here in case we want to enable it for sections which are not mentioned in the linker script. */ -/*ARGSUSED*/ static bfd_boolean gld${EMULATION_NAME}_place_orphan (lang_input_statement_type *file, asection *s) { -- 2.11.0