aboutsummaryrefslogtreecommitdiff
path: root/ld/ldfile.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-03 13:48:55 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-03 13:48:55 +0000
commitb7a26f91f425d537f77f38cd5dac97dda0fd9127 (patch)
treed603688e13e154c4d12b4b1b04bd45e4f6683e54 /ld/ldfile.c
parent0e04a5142ad3bd8a85c27e002bff46387af71a59 (diff)
downloadfsf-binutils-gdb-b7a26f91f425d537f77f38cd5dac97dda0fd9127.zip
fsf-binutils-gdb-b7a26f91f425d537f77f38cd5dac97dda0fd9127.tar.gz
fsf-binutils-gdb-b7a26f91f425d537f77f38cd5dac97dda0fd9127.tar.bz2
* ld.h: Fix formatting.
* ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise. * ldmain.c: Likewise. * lexsup.c: Likewise. * pe-dll.c: Likewise.
Diffstat (limited to 'ld/ldfile.c')
-rw-r--r--ld/ldfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c
index 655ee60..8d8310a 100644
--- a/ld/ldfile.c
+++ b/ld/ldfile.c
@@ -1,5 +1,5 @@
/* Linker file opening and searching.
- Copyright 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001
+ Copyright 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@@ -352,7 +352,7 @@ ldfile_open_command_file (name)
ldfile_input_filename = name;
lineno = 1;
-
+
saved_script_handle = ldlex_input_stack;
}