aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-06-07Use ``set remote memory-read-packet-size'' instead of ``set endianAndrew Cagney2-4/+10
big'' in deprecate test.
2000-06-07Update copyright dates for last patch.Alan Modra23-51/+53
Scanning ChangeLog showed others were lazy/forgetful too :-)
2000-06-07Get rid of the -1 dummy valued enum in START_RELOC_NUMBERS.Alan Modra30-149/+177
Remove duplicate reloc enums in elf32-d[13]0v.c Remove EMPTY_HOWTOs in elf32-i386.c
2000-06-072000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder3-2/+7
* configure.in: Enable autoconf to find curses.h on Solaris 2.8. * configure: Regenerate.
2000-06-062000-06-02 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-2/+15
* gdb.c++/local.exp: This test has never been known to work with g++.
2000-06-062000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-2/+9
* elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
2000-06-06* Makefile.in: add EXTRA_INCSDJ Delorie4-105/+147
* configure.in: if with-newlib, point to it for includes rather than using the installed includes, for target builds. If cygwin, override function list only for target builds. * configure: regenerate Note from DJ: I waited a week for gcc approval and got none, but we need this patch for cygwin builds *now*. I'll fix it later if need be.
2000-06-06Properly fill changelog entryDaniel Berlin1-3/+5
2000-06-06Accept an enum immediately when it is an exact match - wouldn't acceptAndrew Cagney2-2/+16
``d10v'' when the choice was d10v{,:ts2,:ts3}.
2000-06-06Mips is always TARGET_BYTE_ORDER_SELECTABLE_P 1.Andrew Cagney15-25/+24
2000-06-06Move generic_register_convertible_not and frame_num_args_unknown fromAndrew Cagney6-46/+31
gdbarch.* to arch-utils.*.
2000-06-06Delete TARGET_MONITOR_PROMPT.Andrew Cagney10-20/+40
2000-06-06Revert an accidental commitDaniel Berlin1-7/+11
2000-06-062000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-35/+128
* elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus, elfcore_grok_psinfo): Add code to allow debugging a 32-bit corefile on a 64-bit (Sparc Solaris) host. Also clean up a few old comments.
2000-06-05C++ improvementsDaniel Berlin8-96/+104
2000-06-05New tests, fix old tests, make more tests workDaniel Berlin7-34/+272
2000-06-052000-06-05 H.J. Lu <hjl@gnu.org>H.J. Lu2-15/+8
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag an error when seeing an undefined symbol with hidden/internal attribute. It is handled in *_relocate_section ().
2000-06-052000-06-05 H.J. Lu (hjl@gnu.org)H.J. Lu7-11/+230
* lib/ld-lib.exp (default_ld_link): Redirect the linker output to link_output and make it global. * ld-elfvsb/elfvsb.exp (visibility_test): Add "hidden_undef", "hidden_undef_def", "hidden_weak", "protected_undef", "protected_undef_def" and "protected_weak". (visibility_run): Likewise. * ld-elfvsb/main.c: Likewise. * ld-elfvsb/sh1.c: Likewise. * ld-elfvsb/sh2.c: Likewise. * ld-elfvsb/elfvsb.dat: Updated.
2000-06-05* acconfig.h, configure.in, i386bsd.c (HAVE_STRUCT_REG_R_FS):Mark Kettenis6-364/+360
Renamed from HAVE_R_FS. (HAVE_STRUCT_REG_GS): Renamed from HAVE_R_GS. * configure, config.in: Regenerated.
2000-06-05Remove the `/* Fall through. */' comment in elf_link_output_extsym ()H.J. Lu1-1/+0
for the indirect symbol.
2000-06-052000-06-05 H.J. Lu <hjl@gnu.org>H.J. Lu2-4/+12
* elflink.h (elf_fix_symbol_flags): Follow the link for the indirect symbol for the ELF_LINK_NON_ELF bit. (elf_link_output_extsym): Don't output the indirect symbol even if the ELF_LINK_NON_ELF bit is set.
2000-06-052000-06-05 Michael Matz <matz@ifh.de>H.J. Lu3-1/+9
* ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in version scripts. * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
2000-06-05More updates.Andrew Cagney2-38/+91
2000-06-04Modify test to check line separator works.Alan Modra2-8/+8
2000-06-04Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney12-38/+104
signed_pointer_to_address() etc. Rename generic_pointer_to_address() to unsigned_pointer_to_address() etc.
2000-06-04(is_end_of_line): Add three missing lines of 0 initializers.Alan Modra2-1/+5
2000-06-04(is_end_of_line): No ';' for TC_HPPA.Alan Modra2-0/+8
2000-06-04Eliminate safe_strsignal().Andrew Cagney5-27/+23
2000-06-04Eliminate PARAMS from function pointer declarations.Kevin Buettner53-233/+238
2000-06-04* win32-nat.c (safe_symbol_file_add_cleanup): Ensure that gdb_stderr is flushedChristopher Faylor4-148/+406
before deleting and restoring it. (safe_symbol_file_add): Ensure that gdb_stderr is flushed before reassigning it. (handle_load_dll): Split into two functions so that WFI can handle shared library events. (child_solib_loaded_library_pathname): New function. (child_clear_solibs): New function. Clears shared library list. (child_solib_add): New function. Adds shared library symbols. (dll_symbol_command): New function. Handles "dll-symbol" command. (info_dll_command): New function. Handles info "sharedlibrary" command. (handle_exceptions): Eliminate 'ignore_trap' argument. (get_child_debug_event): Eliminate two arguments. Return "pid" when appropriate. Break out on most events to allow WFI to handle stuff. (child_wait): Accomodate get_child_debug_event changes. (child_attach): Clear thread list and list of loaded dlls. (child_create_inferior): Clear list of loaded dlls. Use wait_for_inferior in a loop to look for first "trap". (child_resume): Avoid accessing a possibly-freed thread pointer. (_initialize_inftarg): Add "dll-symbols", "sharedlibrary", and "info dll", and "info sharedlibrary" commands. * config/i386/tm-cygwin.h: Add some shared library (aka DLL) hooks.
2000-06-032000-06-03 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+5
* read.c (is_end_of_line): Put back `;'.
2000-06-03Update md_shortopts to what we actually handle.Alan Modra2-3/+7
2000-06-03* win32-nat.c: Fix up gcc warnings throughout.Christopher Faylor5-245/+196
(handle_load_dll): Change DLL name to lower case. (handle_exception): Add a second argument indicating whether a breakpoint should be ignored. Return a 0 if the breakpoint was ignored. (get_child_debug_event): Pass argument to handle_exception to control whether a breakpoint should be ignored. (child_create_inferior): Use modern cygwin API. Explicitly clear last_sig. Pass FIRST_EXCEPTION to get_child_debug_event for detection of first breakpoint. * configure.in: Eliminate unneeded WINDRES/DLLTOOL tests left over after last change. * configure: Regenerate.
2000-06-03* configure.in: Detect correct versions of ranlib and windres whenChristopher Faylor3-206/+278
cross-compiling. * configure: Regenerate.
2000-06-03Fix name clashAlan Modra2-10/+16
2000-06-02* configure.tgt: Add pattern for i[3456]86-*-netbsdelf*.J.T. Conklin5-2/+46
* config/i386/nbsdelf.mt: New file. * config/i386/tm-nbsdelf.h: New file. * config/i386/tm-nbsd.h: change include of tm-nbsd.h to the more explicit config/tm-nbsd.h.
2000-06-02* alphabsd-nat.c (supply_fpregset): Substract FP0_REGNUM fromMark Kettenis2-1/+6
register number when used as index into fpr_regs array.
2000-06-02 * strings.c (isgraphic): Interpret <TAB> as a printable character,David O'Brien2-2/+7
analogous to <SPACE>. Approved by: Nick Clifton <nickc@cygnus.com> <200005222243.PAA14590@elmo.cygnus.com>
2000-06-02Fix formattingNick Clifton2-50/+57
2000-06-02is_end_of_line fixes.Alan Modra8-37/+57
2000-06-02Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,Andrew Cagney8-71/+299
TARGET_LONG_DOUBLE_FORMAT. Update d10v.
2000-06-01* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.Mark Kettenis2-0/+7
2000-06-012000-06-01 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-0/+21
* sol-thread.c (rw_common): Circumstances (eg. a bug in Sun's thread_db library) may cause this function to be called with an illegal address, in which case procfs_to_xfer_memory will return zero. Return an error code instead of looping forever.
2000-06-01* config.bfd (i[3456]86-*-netbsdelf*): New target.J.T. Conklin2-2/+13
(i[3456]86-*-netbsdaout*): New target. (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs. (i[3456]86-*-openbsd*): Likewise.
2000-06-01The ARM assembler is not assembling the following instructionScott Bambrough2-2/+9
correctly. mrs lr, spsr The string pointer is advanced to far before the check to set the SPSR bit. Thu Jun 01 2000 Scott Bambrough <scottb@netwinder.org> * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
2000-06-01Applied patch from Kazu Hirata <kazu@hxi.com> to fix disassembly of inc.lNick Clifton2-75/+56
and dec.l instructions
2000-06-01More updates.Andrew Cagney2-1/+93
2000-06-01* trad-core.c: From hpux-core.c, include <dirent.h> orAndrew Cagney2-1/+18
<sys/ndir.h> when possible.
2000-06-01* configure.host: Add patterns for i[3456]86-*-netbsdaout*J.T. Conklin6-2/+62
and i[3456]86-*-netbsdelf*. * config/i386/nm-nbsdelf.h: New file. * config/i386/nbsdelf.mh: New file. * config/i386/nm-nbsd.h: change include of nm-nbsd.h to the more explicit config/nm-nbsd.h. * config/i386/tm-nbsd.h: change include of tm-i386bsd.h to tm-i386.h. (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Define. -------------------------------------------------------------------
2000-06-01undo repvious deltaNick Clifton2-0/+11