aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-02-07Add -u option toi readelf to display unwind info.Nick Clifton7-477/+2118
Add support to display unwind info for IA64 binaries.
2001-02-07Fix printf fmt of long in remote-sim.c.Andrew Cagney3-2/+9
mn10300-elf now buildable.
2001-02-07* event-top.c: Remove duplicate #include <signal.h>.Mark Kettenis2-2/+4
2001-02-072001-02-06 H.J. Lu <hjl@gnu.org>H.J. Lu3-4/+18
* elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and internal symbols are not dynamic. * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
2001-02-07* sol-thread.c (restore_inferior_pid): Save the PID in a freshlyAndrew Cagney3-6/+21
allocated buffer. (save_inferior_pid): Restore the PID from that tempoary buffer. Delete the buffer. * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
2001-02-07* MAINTAINERS: Add ``The Obvious Fix Rule''.Andrew Cagney2-0/+18
2001-02-07Add Michael Synder to Solaris/SPARC list.Andrew Cagney2-2/+7
2001-02-07Addd set_gdbarch_data() method. Update register_gdbarch_data() interface.Andrew Cagney4-50/+203
2001-02-07Remove elf64-ia64.c from list of backend C files - it is auto-generated.Nick Clifton4-171/+615
2001-02-07* i960-desc.c: Update all the A macro definitions to the newDJ Delorie2-6/+31
stdc-sensitive versions that cgen would have used.
2001-02-07* configure: Output host type to stdout, not stderr.DJ Delorie2-1/+5
2001-02-072001-02-06 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+7
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Do fixup if there is no relocation.
2001-02-06 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: CallMichael Sokolov2-1/+6
fprintf_filtered with correct arguments.
2001-02-062001-02-06 Michael Snyder <msnyder@makita.cygnus.com>Michael Snyder8-14/+30
Submitted by Paul Hilfinger (hilfingr@gnat.com) and Andrei Petrov (and@genesyslab.com). * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES must be allocated dynamically, since these are no longer constants. * infcmd.c: Ditto. * regcache.c: Ditto. * remote.c: Ditto. * sol-thread.c: Ditto. * valops.c: Ditto. * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a work-around for a missing Sun header file in solaris for sparc64.
2001-02-062001-02-04 Philip Blundell <philb@gnu.org>Phil Blundell4-6/+34
* config/arm/linux.mh (NATDEPFILES): Add proc-service.o, thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o. * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP, GET_THREAD_SIGNALS): Define. * arm-linux-nat.c (fill_gregset): Correct type of argument. (supply_gregset): Likewise. (fill_fpregset): Likewise. (supply_fpregset): Likewise.
2001-02-062001-02-06 H.J. Lu <hjl@gnu.org>H.J. Lu2-44/+37
* bfd/peicode.h (coff_swap_filehdr_in): Remove the e_magic checking. (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
2001-02-062001-01-23 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+44
* include/coff/pe.h (struct external_PEI_DOS_hdr): New. (struct external_PEI_IMAGE_hdr): New.
2001-02-062001-02-06 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+7
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): New. Defined. * config/tc-ia64.c (md_parse_option): Only accept the valid ia64 options on "-axxx".
2001-02-062001-02-06 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+14
* config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): New. Defined. * config/tc-ia64.c (md_parse_option): Only accept the valid ia64 options on "-axxx".
2001-02-062001-02-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-96/+96
* elf-m10200.c: Fix formatting.
2001-02-06 * valops.c (value_cast): If casting a scalar to a pointer, do notDavid Taylor2-4/+26
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.
2001-02-062001-02-06 Philip Blundell <philb@gnu.org>Phil Blundell3-10/+5
* Makefile.am: Remove mention of earmelf_linux26. * Makefile.in: Regenerate.
2001-02-06Fix spacing.Christopher Faylor2-2/+2
2001-02-06* win32-nat.c: Change PTR to void * throughout.Christopher Faylor3-10/+14
2001-02-06* signals.h: Removed.J.T. Conklin11-44/+28
* 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.
2001-02-06Change suggested by Dean Luick <luick@cray.com>Christopher Faylor2-2/+11
* inferior.h (step_over_calls_kind): Remove trailing comma from last enum element. (step_over_calls): Declare as extern rather than global.
2001-02-06Don't abort for invalid input, print an error message instead.Jim Wilson2-3/+11
* config/tc-ia64.c (errata_nop_necessary_p): Return 0 instead of aborting for invalid operands.
2001-02-06Fix unwind info when cross-compiling from little-endian machines.Alan Modra2-37/+74
2001-02-06Revert accidental breakage from Nick's 2000-12-16 checkin.Jim Wilson2-392/+396
* ia64-asmtab.c: Revert 2000-12-16 change.
2001-02-062001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-8/+78
* 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.
2001-02-052001-02-05 Michael Chastain <chastain@redhat.com>Michael Chastain2-0/+6
* hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *' to conform with interface change.
2001-02-04Do not convert reloc addend to PC rel, it will be handled later on.Nick Clifton2-1/+21
2001-02-04 * config.guess: Import from subversions.gnu.org (revision 1.181).Michael Sokolov3-32/+81
* config.sub: Import from subversions.gnu.org (revision 1.199).
2001-02-042001-02-04 Philip Blundell <philb@gnu.org>Phil Blundell3-2/+7
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'. * configure: Regenerate.
2001-02-042001-02-04 Philip Blundell <philb@gnu.org>Phil Blundell3-26/+7
* emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000. * emulparams/armelf_linux26.sh: Delete. * configure.tgt: Remove mention of armelf_linux26 emulation.
2001-02-04 * config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_headerStephane Carrez3-39/+44
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.
2001-02-04 * gas/m68hc11/malis.s: New test to verify compliance with MotorolaStephane Carrez5-0/+307
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.
2001-02-04 * config/djgpp/fnchange.lst: Tweak to make consistent with theEli Zaretskii2-9/+24
new files.
2001-02-04 * config/djgpp/djconfig.sh: Use explicit absolute file name whenEli Zaretskii2-1/+7
invoking `find'.
2001-02-04 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only ifEli Zaretskii2-0/+11
UART_FIFO_WORKS is defined. Otherwise use outportb. From Francisco Pastor <fpastor.etra-id@etra.es>
2001-02-04 * go32-nat.c (go32_xfer_memory): Make the argument list consistentEli Zaretskii2-1/+9
with target.h's to_xfer_memory member.
2001-02-03Fix typoNick Clifton2-1/+5
2001-02-02 Binutils portion of fix for syntax array elements when maxPatrick Macdonald5-11/+18
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.
2001-02-02* ppc-bdm.c (#include <signal.h>): Removed.J.T. Conklin14-15/+16
* 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.
2001-02-02merge from gccDJ Delorie1-95/+117
2001-02-02Changed free() to xfree() where appropriate. Also changed Copyright toJohn R. Moore7-16/+26
include 2001.
2001-02-02* cli/cli-cmds.c (apropos_command): Changed occurance of free() to xfree().John R. Moore2-2/+7
Also changed Copyright to include 2001.
2001-02-02* monitor.c (#include "gdb_wait.h"): Removed.J.T. Conklin30-58/+61
* 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. -------------------------------------------------------------------
2001-02-02merge from gccDJ Delorie5-25/+229
2001-02-02Fix 2001-02-02 Stephane Carrez ChangeLog entryStephane Carrez1-3/+3