diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-12 00:54:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-12 00:54:14 +0000 |
commit | 9f6294075ee0c6a0414499600eed661ce5aee2a3 (patch) | |
tree | 71dd78ce58ad288f67edbdb0a4035d84f496caac /ld/relax.h | |
parent | aa53cd671474758239f42060db745db696dd1f55 (diff) | |
download | gdb-9f6294075ee0c6a0414499600eed661ce5aee2a3.zip gdb-9f6294075ee0c6a0414499600eed661ce5aee2a3.tar.gz gdb-9f6294075ee0c6a0414499600eed661ce5aee2a3.tar.bz2 |
More gcc lint.
Diffstat (limited to 'ld/relax.h')
-rw-r--r-- | ld/relax.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ 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 *output_bfd, PTR data, boolean relocateable)); +void write_relax PARAMS ((bfd *, PTR data, boolean relocateable)); boolean relax_section PARAMS ((lang_statement_union_type **this_ptr)); |