2001-01-23 Kazu Hirata <kazu@hxi.com>

* aoutx.h: Fix formatting.
	* bfd.c: Likewise.
	* bfd-in2.h: Likewise.
	* bfd-in.h: Likewise.
	* cpu-i386.c: Likewise.
	* cpu-m68hc11.c: Likewise.
	* dwarf2.c: Likewise.
	* elf64-x86-64.c: Likewise.
	* format.c: Likewise.
	* freebsd.h: Likewise.
	* hash.c: Likewise.
	* hp300hpux.c: Likewise.
	* hppabsd-core.c: Likewise.
	* hpux-core.c: Likewise.
This commit is contained in:
Kazu Hirata
2001-01-23 20:27:54 +00:00
parent f29d9b6d30
commit 3fde5a36df
15 changed files with 127 additions and 150 deletions

View File

@@ -47,7 +47,7 @@ const bfd_arch_info_type bfd_x86_64_arch_intel_syntax =
"x86_64:intel",
3,
true,
bfd_default_compatible,
bfd_default_compatible,
bfd_default_scan ,
&bfd_i386_arch_intel_syntax,
};
@@ -78,7 +78,7 @@ const bfd_arch_info_type bfd_x86_64_arch =
"x86_64",
3,
true,
bfd_default_compatible,
bfd_default_compatible,
bfd_default_scan ,
&i8086_arch,
};
@@ -96,6 +96,5 @@ const bfd_arch_info_type bfd_i386_arch =
true,
bfd_default_compatible,
bfd_default_scan ,
&bfd_x86_64_arch
&bfd_x86_64_arch
};