diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-12-12 21:25:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-12-12 21:25:54 +0000 |
commit | ac814764e5884ffe5ab67eeb332938baa62749b2 (patch) | |
tree | 17976ec3df3d86e0db9cbec6abf10c1cb781f5dd /bfd/ns32knetbsd.c | |
parent | 7e092ba1308499a53e500adf670efbf929821c74 (diff) | |
download | gdb-ac814764e5884ffe5ab67eeb332938baa62749b2.tar.gz |
2000-12-12 Kazu Hirata <kazu@hxi.com>
* m68klinux.c: Fix formatting.
* m68knetbsd.c: Likewise.
* mipsbsd.c: Likewise.
* netbsd-core.c: Likewise.
* netbsd.h: Likewise.
* newsos3.c: Likewise.
* nlm32-alpha.c: Likewise.
* nlm32-i386.c: Likewise.
* nlm32-ppc.c: Likewise.
* nlm32-sparc.c: Likewise.
* nlmcode.h: Likewise.
* nlmswap.h: Likewise.
* nlm-target.h: Likewise.
* ns32knetbsd.c: Likewise.
Diffstat (limited to 'bfd/ns32knetbsd.c')
-rw-r--r-- | bfd/ns32knetbsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/ns32knetbsd.c b/bfd/ns32knetbsd.c index a22356df6e1..f7fd8ce71c8 100644 --- a/bfd/ns32knetbsd.c +++ b/bfd/ns32knetbsd.c @@ -15,7 +15,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define BYTES_IN_WORD 4 #undef TARGET_IS_BIG_ENDIAN_P @@ -49,5 +49,4 @@ MY_bfd_reloc_type_lookup PARAMS((bfd *abfd AND bfd_reloc_code_real_type code)); - #include "netbsd.h" |