Kazu Hirata
27def10f96
2001-02-06 Kazu Hirata <kazu@hxi.com>
* elf-m10200.c: Fix formatting.
26 years ago
David Taylor
4603e466c2
* valops.c (value_cast): If casting a scalar to a pointer, do not
issue a message about truncation unless it exceeds the length of
an address, not the length of a pointer. This is because what the
user gives us is an address, not a pointer, and we will ultimately
convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
to a pointer. This allows things like "print *(int *)0x01000234"
to work without generating a misleading message on a target having
two byte pointers and four byte addresses.
26 years ago
Phil Blundell
0e2534bd04
2001-02-06 Philip Blundell <philb@gnu.org>
* Makefile.am: Remove mention of earmelf_linux26.
* Makefile.in: Regenerate.
26 years ago
Christopher Faylor
56c40d469c
Fix spacing.
26 years ago
Christopher Faylor
554cb4863b
* win32-nat.c: Change PTR to void * throughout.
26 years ago
J.T. Conklin
042be3a9b3
* signals.h: Removed.
* event-top.c (#include <signal.h>): Changed from signals.h.
* inflow.c: Likewise.
* mac-xdep.c: Likewise.
* ser-pipe.c: Likewise.
* ser-tcp.c: Likewise.
* standalone.c: Likewise.
* top.c: Likewise.
* utils.c: Likewise.
* Makefile.in: Removed signals.h from dependencies.
26 years ago
Christopher Faylor
a4acd088c9
Change suggested by Dean Luick <luick@cray.com>
* inferior.h (step_over_calls_kind): Remove trailing comma from last enum
element.
(step_over_calls): Declare as extern rather than global.
26 years ago
Jim Wilson
3557da9209
Don't abort for invalid input, print an error message instead.
* config/tc-ia64.c (errata_nop_necessary_p): Return 0 instead of
aborting for invalid operands.
26 years ago
Alan Modra
da6c73e080
Fix unwind info when cross-compiling from little-endian machines.
26 years ago
Jim Wilson
e594303548
Revert accidental breakage from Nick's 2000-12-16 checkin.
* ia64-asmtab.c: Revert 2000-12-16 change.
26 years ago
Elena Zannoni
3116c80aec
2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* sh-tdep.c: Update copyright.
(sh_extract_return_value): Rewrite.
(sh3e_sh4_extract_return_value): New function.
(sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
version of the function for sh3e and sh4 CPUs.
26 years ago
Michael Chastain
240be855ba
2001-02-05 Michael Chastain <chastain@redhat.com>
* hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
to conform with interface change.
26 years ago
Nick Clifton
a0f2e916a7
Do not convert reloc addend to PC rel, it will be handled later on.
26 years ago
Michael Sokolov
9dec4c71b5
* config.guess: Import from subversions.gnu.org (revision 1.181).
* config.sub: Import from subversions.gnu.org (revision 1.199).
26 years ago
Phil Blundell
c7217458cb
2001-02-04 Philip Blundell <philb@gnu.org>
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
* configure: Regenerate.
26 years ago
Phil Blundell
46c1ea57dc
2001-02-04 Philip Blundell <philb@gnu.org>
* emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
* emulparams/armelf_linux26.sh: Delete.
* configure.tgt: Remove mention of armelf_linux26 emulation.
26 years ago
Stephane Carrez
986c6f4ba0
* config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_header
function to select the header according to the cpu.
(md_after_pass_hook, md_do_align): Remove.
(md_cleanup, m68hc11_cleanup): Remove.
(md_pcrel_from_section): Declare.
* config/tc-m68hc11.c (build_dbranch_insn): Remove insn_size.
(build_jump_insn, build_insn): Likewise.
(m68hc11_listing_header): New function.
(m68hc11_cleanup): Remove.
26 years ago
Stephane Carrez
4f69f9744a
* gas/m68hc11/malis.s: New test to verify compliance with Motorola
Assembly Language Input Standard.
* gas/m68hc11/malis.d: New file.
* gas/m68hc11/malis-include.s: New file.
* gas/m68hc11/all.exp: Add the new test.
26 years ago
Eli Zaretskii
32fe095003
* config/djgpp/fnchange.lst: Tweak to make consistent with the
new files.
26 years ago
Eli Zaretskii
619cbaf76d
* config/djgpp/djconfig.sh: Use explicit absolute file name when
invoking `find'.
26 years ago
Eli Zaretskii
cd42d3a86d
* ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
UART_FIFO_WORKS is defined. Otherwise use outportb.
From Francisco Pastor <fpastor.etra-id@etra.es>
26 years ago
Eli Zaretskii
a17b5c4efc
* go32-nat.c (go32_xfer_memory): Make the argument list consistent
with target.h's to_xfer_memory member.
26 years ago
Nick Clifton
d96031fbcc
Fix typo
26 years ago
Patrick Macdonald
0715dc88cf
Binutils portion of fix for syntax array elements when max
operands is greater than 127.
2001-02-02 Patrick Macdonald <patrickm@redhat.com>
* cgen.h (CGEN_SYNTAX_CHAR_TYPE): Typedef as unsigned short.
(CGEN_MAX_SYNTAX_ELEMENTS): Rename from CGEN_MAX_SYNTAX_BYTES.
(CGEN_SYNTAX): Define using CGEN_MAX_SYNTAX_ELEMENTS.
* fr30-desc.h: Regenerate with CGEN_MAX_SYNTAX_ELEMENTS.
* m32r-desc.h: Regenerate.
26 years ago
J.T. Conklin
86ddecc5fc
* ppc-bdm.c (#include <signal.h>): Removed.
* remote-array.c: Likewise.
* remote-bug.c: Likewise.
* remote-e7000.c: Likewise.
* remote-mips.c: Likewise.
* remote-os9k.c: Likewise.
* remote-st.c: Likewise.
* remote-udi.c: Likewise.
* remote-vx29k.c: Likewise.
* remote-vx68.c: Likewise.
* remote-vx960.c: Likewise.
* remote-vxmips.c: Likewise.
* remote-vxsparc.c: Likewise.
26 years ago
DJ Delorie
c91db3ccc1
merge from gcc
26 years ago
John R. Moore
338d7c5c40
Changed free() to xfree() where appropriate. Also changed Copyright to
include 2001.
26 years ago
John R. Moore
2b5436af18
* cli/cli-cmds.c (apropos_command): Changed occurance of free() to xfree().
Also changed Copyright to include 2001.
26 years ago
J.T. Conklin
824670030b
* monitor.c (#include "gdb_wait.h"): Removed.
* ocd.c: Likewise.
* ppc-bdm.c: Likewise.
* remote-adapt.c: Likewise.
* remote-array.c: Likewise.
* remote-bug.c: Likewise.
* remote-e7000.c: Likewise.
* remote-eb.c: Likewise.
* remote-es.c: Likewise.
* remote-mips.c: Likewise.
* remote-mm.c: Likewise.
* remote-nindy.c: Likewise.
* remote-os9k.c: Likewise.
* remote-rdi.c: Likewise.
* remote-rdp.c: Likewise.
* remote-sds.c: Likewise.
* remote-sim.c: Likewise.
* remote-st.c: Likewise.
* remote-udi.c: Likewise.
* remote-vx.c: Likewise.
* remote-vx29k.c: Likewise.
* remote-vx68.c: Likewise.
* remote-vx960.c: Likewise.
* remote-vxmips.c: Likewise.
* remote-vxsparc.c: Likewise.
* remote.c: Likewise.
* ser-pipe.c: Likewise.
* ser-unix.c: Likewise.
* Makefile.in: Updated dependencies.
-------------------------------------------------------------------
26 years ago
DJ Delorie
bc9bf2596e
merge from gcc
26 years ago
Stephane Carrez
328dc123cc
Fix 2001-02-02 Stephane Carrez ChangeLog entry
26 years ago
Stephane Carrez
dbb8ad4917
* tc-m68hc11.c (relaxable_symbol): Relax externally visible symbols
because there is no support for shared libraries and these symbols
can't be overridden (unless they are weak).
26 years ago
Nick Clifton
fae0bf59e6
Add parentheses ready for future conbtribution
26 years ago
Nick Clifton
dda308f5fd
Update base address register after restoring register bank.
26 years ago
Kazu Hirata
010ac81f2a
2001-02-01 Kazu Hirata <kazu@hxi.com>
* elf-m10300.c: Fix formatting.
26 years ago
Nick Clifton
0088edd2a0
Replace occurances of -oformat with --oformat.
26 years ago
Richard Henderson
a987bfc987
* dwarf2dbg.c (out_debug_abbrev): Terminate the abbreviations
for the compilation unit with a zero byte.
26 years ago
Jan Hubicka
905308801e
* (dis386_att, grps): Use 'T' for push/pop
(putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
26 years ago
Jonathan Larmour
7fb91dc8bf
v850-elf target is now building.
26 years ago
Jonathan Larmour
42acc51e30
* Makefile.in (gencode): Link with libopcodes in build tree rather
26 years ago
Nick Clifton
88694af3f9
Detect installation of SWI vector by running program as well as loading program.
26 years ago
David Smith
27b82ed26e
2001-01-31 David Smith <dsmith@redhat.com>
* event-loop.c: Change inclusion of string.h to gdb_string.h and
updated the copyright notice.
* ser-pipe.c: Ditto.
* mi/mi-cmds.c: Ditto.
* mi/mi-console.c: Ditto.
* mi/mi-getopt.c: Ditto.
* mi/mi-parse.c: Ditto.
26 years ago
David Smith
ab9cc81536
2001-01-31 David Smith <dsmith@redhat.com>
* MAINTAINERS: Add David Smith to Write After Approval list.
26 years ago
Alan Modra
d9634ba1ff
(elf64_hppa_object_p): Set architecture and machine from elf header flags.
26 years ago
Alan Modra
956eedd4dc
Another HAVE_DOS_BASED_FILE_SYSTEM check.
26 years ago
Andrew Cagney
d1f4cff847
Move putchar_filtered() to utils.c.
26 years ago
Andrew Cagney
74c1b268c6
Cleanup autoconfigury of vfork().
26 years ago
Andrew Cagney
4fcf66da88
Replace strsave() with xstrdup().
26 years ago
Andrew Cagney
e191e0abe5
* cli/cli-script.c (define_command): Check for a bad hook value in
switch statement.
26 years ago
J.T. Conklin
10214f55f8
* configure/sh/embed.mt: New file.
* configure/sh/linux.mt: New file.
* configure/sh/sh.mt: Removed.
* configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
(sh-*-*): Removed.
26 years ago