summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Print all known but not yet multi-arched values.gdb-premipsmulti-2000-06-06-branchcvs/gdb-premipsmulti-2000-06-06-branchAndrew Cagney2000-06-122-7/+333
|
* Import ``maint print arch'' from trunk.Andrew Cagney2000-06-09261-55055/+1842
| | | | Import dump of macro values from trunk.
* C++ improvementsgdb-premipsmulti-2000-06-06-branchpointDaniel Berlin2000-06-058-96/+104
|
* New tests, fix old tests, make more tests workDaniel Berlin2000-06-057-34/+272
|
* 2000-06-05 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-052-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 ().
* * acconfig.h, configure.in, i386bsd.c (HAVE_STRUCT_REG_R_FS):Mark Kettenis2000-06-056-364/+360
| | | | | | Renamed from HAVE_R_FS. (HAVE_STRUCT_REG_GS): Renamed from HAVE_R_GS. * configure, config.in: Regenerated.
* Remove the `/* Fall through. */' comment in elf_link_output_extsym ()H.J. Lu2000-06-051-1/+0
| | | | for the indirect symbol.
* 2000-06-05 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-052-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.
* More updates.Andrew Cagney2000-06-052-38/+91
|
* Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney2000-06-0412-38/+104
| | | | | signed_pointer_to_address() etc. Rename generic_pointer_to_address() to unsigned_pointer_to_address() etc.
* Eliminate safe_strsignal().Andrew Cagney2000-06-045-27/+23
|
* Eliminate PARAMS from function pointer declarations.gdb-post-params-removal-2000-06-04Kevin Buettner2000-06-0452-232/+237
|
* * win32-nat.c (safe_symbol_file_add_cleanup): Ensure that gdb_stderr is flushedChristopher Faylor2000-06-043-75/+223
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* * win32-nat.c: Fix up gcc warnings throughout.gdb-pre-params-removal-2000-06-04Christopher Faylor2000-06-034-152/+129
| | | | | | | | | | | | | | (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.
* * configure.in: Detect correct versions of ranlib and windres whenChristopher Faylor2000-06-033-206/+278
| | | | | cross-compiling. * configure: Regenerate.
* Fix name clashAlan Modra2000-06-032-10/+16
|
* * configure.tgt: Add pattern for i[3456]86-*-netbsdelf*.J.T. Conklin2000-06-025-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.
* * alphabsd-nat.c (supply_fpregset): Substract FP0_REGNUM fromMark Kettenis2000-06-022-1/+6
| | | | register number when used as index into fpr_regs array.
* Fix formattingNick Clifton2000-06-022-50/+57
|
* Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,Andrew Cagney2000-06-028-71/+299
| | | | TARGET_LONG_DOUBLE_FORMAT. Update d10v.
* * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.Mark Kettenis2000-06-012-0/+7
|
* 2000-06-01 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2000-06-012-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.
* * config.bfd (i[3456]86-*-netbsdelf*): New target.J.T. Conklin2000-06-012-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.
* Applied patch from Kazu Hirata <kazu@hxi.com> to fix disassembly of inc.lNick Clifton2000-06-012-75/+56
| | | | and dec.l instructions
* More updates.Andrew Cagney2000-06-012-1/+93
|
* * trad-core.c: From hpux-core.c, include <dirent.h> orAndrew Cagney2000-06-012-1/+18
| | | | <sys/ndir.h> when possible.
* * configure.host: Add patterns for i[3456]86-*-netbsdaout*J.T. Conklin2000-06-016-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. -------------------------------------------------------------------
* * NEWS: Mention FreeBSD/Alpha and FreeBSD/i386 3.x and up as newMark Kettenis2000-05-312-0/+12
| | | | native configurations.
* * i386bsd-nat.c: Include "gregset.h".Mark Kettenis2000-05-312-8/+17
| | | | | | | | | (CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead of CANNOT_FETCH_REGISTER, if not already defined. (supply_gregset): Call supply_register with NULL as its second argument instead of supplying our own zeroed out buffer. (fill_gregset): Copy contents of correct registers instead of the contents of register REGNO.
* Revert PARAMS removal.Kevin Buettner2000-05-312-4/+13
|
* * configure.host, configure.tgt (alpha*-*-freebsd*): New entry.Mark Kettenis2000-05-313-0/+3
|
* Add support for FreeBSD/Alpha.Mark Kettenis2000-05-317-0/+302
| | | | | | * alphabsd-nat.c, config/alpha/fbsd.mh, config/alpha/fbsd.mt, config/alpha/nm-fbsd.h, config/alpha/tm-fbsd.h, config/alpha/xm-fbsd.h: New files.
* Add comment describoing why dgettext() is used in _() macro.Nick Clifton2000-05-314-0/+35
|
* Update.Ulrich Drepper2000-05-311-0/+6
|
* (_bfd_elf_slurp_version_tables): Correct reading of versionUlrich Drepper2000-05-311-11/+33
| | | | | definitions. We must not assume they are sorted in the file according to their index numbers.
* Forgotten ChangeLog entry from an earlier commit.Michael Snyder2000-05-311-0/+18
|
* Add field ``name'' to floatformat.Andrew Cagney2000-05-314-13/+41
|
* * MAINTAINERS: Add myself to 'Write After Approval' listPierre Muller2000-05-312-0/+6
|
* Import texinfo.tex from texinfo-4.0.Andrew Cagney2000-05-317-730/+1368
| | | | Add support for ``make pdf'' to the gdb/doc directory using pdftex.
* (elf_hppa_final_link_relocate) Fix handling of branches.Alan Modra2000-05-312-3/+19
|
* Accept 80960* machine names (as generated by ieee.c)Nick Clifton2000-05-302-23/+50
|
* * Makefile.in (objalloc.o): Depend on config.hJeff Law2000-05-302-1/+5
|
* Add MAINTAINERS entries for Mac OS X / Objective-C code to be contributed by ↵Klee Dienes2000-05-301-0/+4
| | | | Apple.
* Undo part of previous delta, so that _() calls dgettext() not gettext().Nick Clifton2000-05-301-1/+1
|
* 2000-05-30 H.J. Lu <hjl@gnu.org>H.J. Lu2000-05-303-9/+20
| | | | | | | | | * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the visibility bits if the symbol is undefined. Correctly handle weak undefined symbols with hidden and internal attributes. * elflink.h (elf_link_add_object_symbols): Always turn the symbol into local if it has the hidden or internal attribute.
* Remove illegal instruciton pattern, since it is the same as the breakpointNick Clifton2000-05-302-7/+5
| | | | pattern.
* Replace defines with those from intl/libgettext.h to quieten gcc warnings.Nick Clifton2000-05-3014-2771/+2603
|
* Add support for v4 SystemMode.Nick Clifton2000-05-3011-57/+159
|
* * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.Andrew Cagney2000-05-303-45/+206
| | | | * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
* Further re-arange into distinct sections.Andrew Cagney2000-05-302-265/+509
|