diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-30 19:16:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-30 19:16:54 +0000 |
commit | 8d88c4ca53bf3be481587f21611576ff82f38ed5 (patch) | |
tree | f88d76c0bcfe6592dd0e356e8d6196fc1c084d49 /bfd/archures.c | |
parent | abf1d184bdd1ddb2e6c4d9d95e3807cbe9fd5c26 (diff) | |
download | gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.zip gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.tar.gz gdb-8d88c4ca53bf3be481587f21611576ff82f38ed5.tar.bz2 |
Add support for x86_64-*-linux-gnu* target
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index f494d88..27a41b3 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -136,6 +136,8 @@ DESCRIPTION .#define bfd_mach_i386_i386 0 .#define bfd_mach_i386_i8086 1 .#define bfd_mach_i386_i386_intel_syntax 2 +.#define bfd_mach_x86_64 3 +.#define bfd_mach_x86_64_intel_syntax 4 . bfd_arch_we32k, {* AT&T WE32xxx *} . bfd_arch_tahoe, {* CCI/Harris Tahoe *} . bfd_arch_i860, {* Intel 860 *} |