diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-21 15:57:42 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-21 15:57:42 +0000 |
commit | 4b3720f441d038d84f87263927754f8c7c5faab2 (patch) | |
tree | d3f66ef67316522a5aa69b6116c0cad68919ac85 /bfd | |
parent | 9b9c5c39bb40540751cc2ff9659522cde4c29ee8 (diff) | |
download | gdb-4b3720f441d038d84f87263927754f8c7c5faab2.zip gdb-4b3720f441d038d84f87263927754f8c7c5faab2.tar.gz gdb-4b3720f441d038d84f87263927754f8c7c5faab2.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/oasys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/oasys.c b/bfd/oasys.c index ff24148..a78e161 100644 --- a/bfd/oasys.c +++ b/bfd/oasys.c @@ -208,7 +208,7 @@ DEFUN(oasys_get_symtab,(abfd, location), /*********************************************************************** * archive stuff */ -#define swap(x) x = bfd_h_get_x(abfd, &x); + static bfd_target * DEFUN(oasys_archive_p,(abfd), bfd *abfd) |