aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-02-29From Peter Schauer: Define Solaris/x86 MERGEPID.Andrew Cagney2-0/+6
2000-02-29From J.T.: Convert i386 to updated frame_saved_regs.Andrew Cagney3-15/+24
2000-02-29From Peter Schauer - fix mmalloc bitrot.Andrew Cagney2-2/+8
2000-02-29From Eli. Bring go32 target up-to-date with recent GDB i386 changes.Andrew Cagney5-22/+59
2000-02-29From Eli. Warning fixes.Andrew Cagney4-8/+23
2000-02-29Include <ctype.h> for isupper().Andrew Cagney2-0/+5
2000-02-29Add more checks for no stack frame.Andrew Cagney3-1/+14
2000-02-29GCC warning fix: Add missing NULL initialiser for find_potential_libraries.Alan Modra16-15/+38
2000-02-29Read 2 byte (16 bit addresses) when needed.Andrew Cagney2-0/+8
2000-02-29Fix a typo.Christopher Faylor1-3/+3
2000-02-29*** empty log message ***Jim Blandy1-0/+8
2000-02-29* ldgram.y (exclude_name_list): Don't require a comma to separateJim Blandy2-5/+5
list entries; the lexer considers commas to be valid part of a filename, so in something like `foo, bar' the comma is considered part of the first filename, `foo,'. * ld.texinfo: Update section on EXCLUDE_FILE lists.
2000-02-28*** empty log message ***Jim Blandy1-5/+0
2000-02-28Update copyright date in file.Scott Bambrough2-2/+2
2000-02-282000-02-28 Scott Bambrough <scottb@netwinder.org>Scott Bambrough2-1/+2
* config/arm/linux.mh (NATDEPFILES): Removed core-regset.o. Not used. Required to get GDB to build on glibc 2.1.3. * config/arm/tm-linux.h (LOWEST_PC): Undefine LOWEST_PC before redefining. Gets rid of compiler warning.
2000-02-282000-02-28 Scott Bambrough <scottb@netwinder.org>Scott Bambrough2-15/+26
* arm-linux-nat.c (fetch_nw_fpe_*): Renamed to fetch_nwfpe_* to use the same naming convention as in the Linux kernel. Modified prototype to get rid of unused parameters. (store_nw_fpe_*): Renamed to store_nwfpe_* to use the same naming convention as in the Linux kernel. Fixed calls to fetch_nwfpe_*. (store_fpregs): Fixed calls to store_nwfpe_*. Removed unused variable.
2000-02-28Defone {MIPS|SH}_PE_MAGICNick Clifton3-1/+7
2000-02-28Add WinCE support.Nick Clifton18-92/+2475
2000-02-28Replace 'flags' with 'signed_overflow_ok_p'Nick Clifton2-1/+6
2000-02-28Oops. Fix e-mail address.Andrew Cagney1-1/+1
2000-02-28Transfer d30v to David Taylor.Andrew Cagney2-1/+5
2000-02-28* win32-nat.c: Remove unneeded header.Christopher Faylor4-3/+5
* wince.c: Ditto.
2000-02-28Eliminate debugging argument.Christopher Faylor1-1/+0
2000-02-28Correct copyright.Christopher Faylor2-4/+4
2000-02-28Include "gdb_wait.h" instead of "wait.h".Andrew Cagney2-1/+5
2000-02-282000-02-27 Loren J. Rittle <ljrittle@acm.org>Ian Lance Taylor2-0/+19
* configure.host: Added HOSTING_CRT0, HOSTING_LIBS for host "i[3456]86-*-freebsdelf*".
2000-02-282000-02-27 Andreas Jaeger <aj@suse.de>Ian Lance Taylor2-4/+14
* configure.in: Add entry for mips*-*-linux*, move catch all *-*-*linux* entry below this one.
2000-02-282000-02-27 Thomas de Lellis <tdel@windriver.com>Ian Lance Taylor2-3/+11
* config/obj-elf.c (elf_frob_symbol): Remove code which when TC_PPC was defined forced the type of a symbol with no other type to be BSF_OBJECT.
2000-02-282000-02-27 Hans-Peter Nilsson <hp@axis.com>Ian Lance Taylor2-14/+31
* doc/internals.texi (CPU backend): Mention that line_separator_chars do not break up comments. Fix typos for LEX_AT and LEX_NAME descriptions. Document operands for TC_EQUAL_IN_INSN, md_operand and md_section_align. Correct description of md_create_short_jump usage. Document argument for md_undefined_symbol.
2000-02-282000-02-27 Mark Elbrecht <snowball3@bigfoot.com>Ian Lance Taylor2-3/+7
* scripttempl/i386go32.sc: Move misplaced semicolons.
2000-02-282000-02-27 Jakub Jelinek <jakub@redhat.com>Ian Lance Taylor2-1/+17
* config/tc-sparc.c (OPTION_UNDECLARED_REGS): New option. (md_parse_option): Handle it. (md_show_usage): Document it.
2000-02-282000-02-27 Jakub Jelinek <jakub@redhat.com>Ian Lance Taylor3-26/+54
* elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump architecture if the object causing the bump is dynamic. * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise, and also don't it for memory ordering. (sparc64_elf_write_relocs): Take src_rela out of the loop.
2000-02-28 * dwarf2.c (read_abbrevs): Use _raw_size directly rather thanIan Lance Taylor2-3/+10
calling bfd_get_section_size_before_reloc. (decode_line_info): Likewise. (_bfd_dwarf2_find_nearest_line): Likewise.
2000-02-28 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-3/+12
* readelf.c (process_dynamic_segment): Add cast to make sure argument to %* is int.
2000-02-28 * config/tc-alpha.c (md_assemble): Accept `1' and `9' in anIan Lance Taylor2-1/+7
opcode, for the instruction `pal19'. From Andrea Arcangeli <andrea@suse.de>.
2000-02-28Add MAINTAINERS file to mmalloc directory - part of GDB and maintainedAndrew Cagney4-7/+29
by GDB's Host maintainers.
2000-02-272000-02-27 H.J. Lu (hjl@gnu.org)H.J. Lu2-1/+6
* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.
2000-02-272000-02-27 Eli Zaretskii <eliz@is.elta.co.il>Ian Lance Taylor6-8/+24
* Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the name of the libtool directory. * Makefile.in: Rebuild.
2000-02-27rebuild with current toolsIan Lance Taylor27-7604/+6042
2000-02-27 * ltconfig, ltmain.sh: Update to libtool 1.3.4.Ian Lance Taylor3-529/+1039
2000-02-262000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-216/+329
* gnu-nat.c: Include "gdbthread.h". Include <hurd.h>. Reorder headers a bit. Overall cleanup and minor reformatting. (MIG_SERVER_DIED): Remove define. (proc_update_sc): Add braces to silence compiler warning. (proc_steal_exc_port): Initialize err to zero. (make_proc): Add braces to silence compiler warning. (inf_validate_task_sc): Add cast to silence compiler warning. (inf_set_traced): Reorganize a bit to silence compiler warning. (inf_validate_procs): Use mach_msg_type_number_t for all thread numbers and add braces to silence compiler warning. (gnu_wait): Add prototypes for server functions and add braces to silence compiler warnings. (S_exception_raise_request): Pass subcode to inf_debug call. (gnu_write_inferior): Remove unused variable `protection_changed'. (gnu_xfer_memory): Remove unused variable `result'. (set_sig_thread_cmd): Remove unused varible `tid'. (set_signals_cmd): Remve unused variable `trace'. (add_task_commands): Provide complete prototype. Reformat help strings a bit to make sure the first line is a full sentence. Call info_port_rights_cmd instead of info_send_rights_cmd for the "info port-rights" command. (add_thread_commands): Provide complete prototype. Make static. Reformat help strings a bit to make sure the first line is a full sentence. (_initialize_gnu_nat): Provide complete prototype.
2000-02-262000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-0/+1
Make cross-compilation for the Hurd more friendly. From Jeff Bailey <jbailey@gnu.org>: * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated.
2000-02-262000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis4-319/+353
Make cross-compilation for the Hurd more friendly. From Jeff Bailey <jbailey@gnu.org>: * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated.
2000-02-26Changes to skip_prologue for PPC architecture.Kevin Buettner2-11/+40
2000-02-26Add comment explaining ppc_linux_memory_remove_breakpoint ().Kevin Buettner1-2/+124
2000-02-26Jim Blandy has always been the trace stuff maintainer. Extend ChrisAndrew Cagney2-1/+9
Faylor's reponsibilities to cover most Windows platforms.
2000-02-26Catch some more cases where we can represent a 16 bit immediate operand asAlan Modra2-15/+82
8 bit sign extended.
2000-02-26 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.Ian Lance Taylor3-18/+9
(ALL_64_EMULATIONS): Remove eelf64hppa.o. (eelf64hppa.c, ehppaelf.c): Remove targets. * Makefile.in: Rebuild.
2000-02-26rebuildIan Lance Taylor1-1/+1
2000-02-26 * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.Jeff Law2-1/+5