diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-30 19:57:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-30 19:57:49 +0000 |
commit | 93b135859d1de95afd309831878d0316470bf7be (patch) | |
tree | e44a60f03fd0ffa08021e66f4f02f7ba4cc3fca3 /ld/relax.h | |
parent | 4c3721d5147489f4ba880871de0eafb025a4543f (diff) | |
download | gdb-93b135859d1de95afd309831878d0316470bf7be.zip gdb-93b135859d1de95afd309831878d0316470bf7be.tar.gz gdb-93b135859d1de95afd309831878d0316470bf7be.tar.bz2 |
Removed files that are no longer used by the rewritten linker.
Diffstat (limited to 'ld/relax.h')
-rw-r--r-- | ld/relax.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ld/relax.h b/ld/relax.h deleted file mode 100644 index de729d8..0000000 --- a/ld/relax.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright (C) 1992, 1993 Free Software Foundation, Inc. - -This file is part of GLD, the Gnu Linker. - -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 -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - -void write_relax PARAMS ((bfd *, PTR data, boolean relocateable)); -boolean relax_section PARAMS ((lang_statement_union_type **this_ptr)); |