Nick Clifton
2f6d2f8520
Rotate ChangeLogs
26 years ago
Nick Clifton
3f53569383
Make COFF and ELF disassemblys agree
26 years ago
Andreas Jaeger
eea2ad4501
* config/tc-i386.h (TC_RELOC_GLOBAL_OFFSET_TABLE): Removed, it's
26 years ago
Nick Clifton
2758140ba5
fix spelling typo
26 years ago
Nick Clifton
c31c1f70c0
Change defn of LOCAL_LABEL_PREFIX to ""
26 years ago
Nick Clifton
7a91e76ad1
Allow ADRL relocs to be adjusted in arm-coff
26 years ago
Nick Clifton
aa257fcdbd
Fix local label code to use LOCAL_LABEL_PREFIX
26 years ago
Kazu Hirata
69f069696b
2001-01-10 Kazu Hirata <kazu@hxi.com>
* scripttempl/h8500.sc: Fix formatting.
* scripttempl/h8500b.sc: Likewise.
* scripttempl/h8500c.sc: Likewise.
* scripttempl/h8500m.sc: Likewise.
* scripttempl/h8500s.sc: Likewise.
26 years ago
Jan Hubicka
de9d65b5dc
* i386.exp: Add ssemmx2 and sse2 tests.
(sse2.d, sse2.s, ssemmx2.d, ssemmx2.s): New tests.
26 years ago
Jan Hubicka
7c2b079e27
* i386.h (pinsrw): Add.
26 years ago
Jan Hubicka
041bd2e00c
* i386-dis.c (PREGRP15 - PREGRP24): New.
26 years ago
Kazu Hirata
60c6797e42
2001-01-10 Kazu Hirata <kazu@hxi.com>
* scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
* scripttempl/h8300h.sc: Fix formatting.
* scripttempl/h8300s.sc: Likewise.
26 years ago
Alan Modra
079966a8ad
Fix "movnti"
26 years ago
Nick Clifton
d38ccb31e9
fix patterns to match new behaviour of disassembler
26 years ago
Phil Blundell
77800f4afb
Update address for bug reports.
26 years ago
Nick Clifton
6a56ec7ea3
Fix disassembly of arm-elf instructions with relocs associated with them.
26 years ago
Nick Clifton
34cc70e3ee
fix spelling typoi
26 years ago
Nick Clifton
8b1e6df337
Add OBJDUMP_DEFS to configure and makefile
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
26 years ago
Jeff Johnston
8c1f9e76d2
2001-01-09 Jeff Johnston <jjohnstn@redhat.com>
26 years ago
Jeff Johnston
4a9f416d92
2001-01-09 Jeff Johnston <jjohnstn@redhat.com>
26 years ago
Phil Blundell
183d61753f
2001-01-03 Philip Blundell <pb@futuretv.com>
* gas/vtable/vtable.exp: Don't run tests on Alpha.
26 years ago
Nicholas Duffek
7302a204c4
* regcache.c (set_register_cached, register_buffer,
real_register, pseudo_register fetch_register, store_register):
New functions.
(register_changed, read_relative_register_raw_bytes_for_frame,
registers_changed, registers_fetched, read_register_bytes,
read_register_gen, write_register_gen, read_register,
read_signed_register, write_register, supply_register): Replace
register_valid[] with register_cached() and
set_register_cached().
(read_register_bytes, read_register_gen, write_register_gen,
read_register, read_signed_register, write_register,
supply_register): Replace registers[] with register_buffer().
(read_register_bytes, read_register_gen, read_register,
read_signed_register): Call fetch_register().
(write_register_gen, write_register): Call real_register() and
store_register().
(write_register_bytes): Call store_register().
* value.h (set_register_cached, register_buffer): Prototype.
* remote.c (remote_fetch_registers): Allocate regs[] with a
run-time size. Replace register_valid[] with
set_register_cached().
(store_register_using_P, remote_store_registers): Replace
registers[] with register_buffer().
26 years ago
Nicholas Duffek
5ebd2499d3
* regcache.c: Change "write-back" comment to "write-through".
Change "regno" to "regnum".
(read_register, read_signed_register): Remove "raw" from return
value description.
(supply_register): Spelling fix.
* value.h: Change "regno" to "regnum".
26 years ago
Christopher Faylor
5844f8455e
* rltty.c (save_tty_chars): Fix compilation-stopping typo.
26 years ago
Fernando Nasser
1302fd5e2b
2001-01-08 Fernando Nasser <fnasser@redhat.com>
* Makefile.in (install-gdbtk): Add .itcl files to the list of files
to be installed.
26 years ago
Andreas Jaeger
b77a7acd1b
2001-01-08 Bo Thorsen <bo@suse.de>
* config/tc-i386.c (i386_immediate, i386_displacement):
GOTPCREL check fix.
26 years ago
David O'Brien
482e8b3206
2000-01-07 David O'Brien <obrien@BSDi.com>
* emultempl/elf32.em: Only perform Linux ld hints processing when
targeting Linux.
Approved by: Nick Clifton <nickc@redhat.com>
Message-Id: <200101040127.RAA15127@elmo.cygnus.com>
26 years ago
Ian Lance Taylor
5c2bd011d3
* doc/c-i386.texi (i386-Arch): Remove spaces incorrectly inserted
in last change.
26 years ago
Phil Blundell
d7ed7ca67b
2001-01-07 Philip Blundell <philb@gnu.org>
* ld.texinfo (Bug Reporting): Update email address for reports.
26 years ago
Phil Blundell
46a04e3a1e
Update address for bug reports.
26 years ago
Phil Blundell
2f952d2010
Update address for bug reports.
26 years ago
Phil Blundell
5ad083e32d
Update address for bug reports.
26 years ago
Andreas Jaeger
3559069719
* config.sub, config.guess: Update from subversions.
26 years ago
Jan Hubicka
b96d3a207a
* configure.in: Define DEFAULT_ARCH for i386.
* tc-i386.c (md_assemble): Return after the error message;
move testing for 64bit operands to proper place.
* i386.exp: Add tests for presence of 32bit versus 64bit output
format; run both 64bit and 32bit tests when format is available;
add x86_64 test.
* x86_64.s: New file.
* x86_64.d: New file.
26 years ago
Andreas Jaeger
55b6267185
2001-01-06 Jan Hubicka <jh@suse.cz>, Andreas Jaeger <aj@suse.de>
* doc/as.texinfo: Document '#' as comment character for i386 and
x86_64. Add AMD x86-64 into menu of machine dependent information.
* doc/c-i386.texi: Document x86_64 extensions.
26 years ago
Jan Hubicka
7bc70a8e57
* tc-i386.c (md_assemble): Handle third byte of the opcode as prefix.
* i386.h (i386_optab): Make [sml]fence template to use immext field.
26 years ago
Jan Hubicka
52b15da39a
* i386-dis.c: Add x86_64 support.
26 years ago
Ben Elliston
63fe103861
2001-01-06 Ben Elliston <bje@redhat.com>
* cgen.sh: Allow extrafiles to include the semantics files when
generating an ISA-specific decoder.
26 years ago
Kazu Hirata
7eae7d229a
2001-01-04 Kazu Hirata <kazu@hxi.com>
* som.c: Fix formatting.
26 years ago
Michael Snyder
9dcb560c82
2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
26 years ago
Jan Hubicka
a167610dd0
* tc-i386.c (cpu_arch): Add Pentium4 and modify sledgehammer entry.
26 years ago
Nicholas Duffek
0e2fb98e8d
* valops.c (VALUE_SUBSTRING_START): Delete.
26 years ago
Nicholas Duffek
12cf3f1bf8
* Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
(SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
(cli_utils_h): New variable.
(cli/cli-utils.o): New rule.
* cli/cli-utils.c: New file.
* cli/cli-utils.h: New file.
26 years ago
Nicholas Duffek
cc533b9d85
* config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
26 years ago
Nicholas Duffek
1c6147de4c
* gdbint.texinfo (POP_FRAME): Document use by return_command.
26 years ago
Kazu Hirata
3e932841da
2001-01-03 Kazu Hirata <kazu@hxi.com>
* ecoffswap.h: Fix formatting.
* elf-bfd.h: Likewise.
* elfarm-nabi.c: Likewise.
* elfarm-oabi.c: Likewise.
* elfcode.h: Likewise.
* elfcore.h: Likewise.
* elflink.c: Likewise.
* elflink.h: Likewise.
* elfxx-ia64.c: Likewise.
* elfxx-target.h: Likewise.
26 years ago
J.T. Conklin
ad2a4d0953
* alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment.
26 years ago
Kazu Hirata
509945ae4b
2001-01-03 Kazu Hirata <kazu@hxi.com>
* libbfd.c: Fix formatting.
* linker.c: Likewise.
* lynx-core.c: Likewise.
26 years ago
Jan Hubicka
09f131f2b6
* tc-i387.c (pi, pte, pt): Update.
26 years ago
Jan Hubicka
6f8c0c4ccc
* tc-i386.h (CpuK6, CpuAthlon, CpuSledgehammer, CpuMMX, Cpu3dnow,
26 years ago