summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,Geoffrey Keating2003-02-163-1239/+38
| | | | | don't configure target-libobjc. * configure: Regenerate.
* *** empty log message ***gdbadmin2003-02-161-1/+1
|
* daily updateAlan Modra2003-02-151-1/+1
|
* 2003-02-13 Michael Chastain <mec@shout.net>Michael Chastain2003-02-155-22/+11
| | | | | | | * gdb.base/exprs.exp: Remove i960 remnants. * gdb.base/funcargs.exp: Likewise. * gdb.base/list.exp: Likewise. * gdb.base/ptype.exp: Likewise.
* white spaceChristopher Faylor2003-02-152-24/+24
|
* 2003-02-14 David Carlton <carlton@math.stanford.edu>David Carlton2003-02-152-3/+7
| | | | | * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print pEe->D::vg()" from XFAIL to KFAIL.
* *** empty log message ***gdbadmin2003-02-151-1/+1
|
* daily updateAlan Modra2003-02-141-1/+1
|
* * Makefile.tpl (RANLIB): Define.DJ Delorie2003-02-143-0/+7
| | | | * Makefile.in: Regenerate.
* 2003-02-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-02-142-0/+12
| | | | | | | | From Brian Ford <ford@vss.fsi.com> * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly conditionalize tui_active test. (lookup_cmd_1): Ditto.
* * configure.in: Add check for _etext.Mark Kettenis2003-02-145-391/+452
| | | | | | * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't available. * config.in, configure: regenerated.
* * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.Daniel Jacobowitz2003-02-142-0/+7
|
* 2003-02-14 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-1412-152/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * main.c (tui_version): Delete variable. (captured_main): When --tui, set interpreter_p to "tui" instead of enabling tui_version. * printcmd.c (display_command) [TUI]: Test tui_active instead of tui_version. * cli/cli-decode.c (lookup_cmd_composition): Ditto. * cli/cli-cmds.c (disassemble_command): Ditto. * defs.h (tui_version): Delete declaration. * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c". (tui-interp.o): Add rules. (SUBDIR_TUI_OBS): Add "tui-interp.o". Index: tui/ChangeLog 2003-02-14 Andrew Cagney <ac131313@redhat.com> * tui.c (tui_enable, tui_disable): Don't modify tui_version. (tui_is_window_visible, tui_get_command_dimension): Test tui_active instead of tui_version. * tuiData.h (tui_version): Delete declaration. * tui-hooks.c (tui_init_hook, tui_event_loop): Delete function, moved to "tui-interp.c". (tui_exit, tui_command_loop): Ditto. (_initialize_tui): Don't initialize init_ui_hook. Initialize target_new_objfile_hook. * tui-interp.c: New file.
* Change embedded documentation to use consistent indentation and to split upNick Clifton2003-02-147-237/+241
| | | | | long lines. Change informal style of description for functions lacking real documentation.
* (_bfd_stab_section_find_nearest_line): For line number stabs outside ofNick Clifton2003-02-142-47/+47
| | | | functions, treat values as absolute addresses.
* (elf_core_file_p): Compare alternate machine codes for ELF backends whenNick Clifton2003-02-142-33/+37
| | | | checking if the generic ELF target should be used.
* * win32-nat.cc (register_loaded_dll): Correctly set address range forChristopher Faylor2003-02-143-4/+9
| | | | just-loaded dll.
* [ChangeLog]Jason Molenda2003-02-144-1/+36
| | | | | | | | | | | | | 2003-02-12 Jason Molenda (jmolenda@apple.com) * symmisc.c (print_objfile_statistics): Include information about the number of psymtabs and symtabs in each object file. [testsuite/ChangeLog] 2003-02-13 Jason Molenda (jmolenda@apple.com) * gdb.base/maint.exp: Update maint print statistics regexp to include new entries.
* *** empty log message ***gdbadmin2003-02-141-1/+1
|
* * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.Alan Modra2003-02-132-111/+88
| | | | | | | | | | | | | (ppc64_elf_copy_indirect_symbol): Merge tls_mask too. (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs. (allocate_dynrelocs): Don't treat undefined and undefweak specially. (ppc_size_one_stub): Fix warning, and tighten plt entry check. (group_sections): Don't share a stub section if stubs are for a large section. Adjust comment. (ppc64_elf_size_stubs): Roughly double the size left for stubs if !stubs_always_before_branch. (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't treat undefined and undefweak specially when processing dyn relocs.
* daily updateAlan Modra2003-02-131-1/+1
|
* 2003-02-13 Michael Chastain <mec@shout.net>Michael Chastain2003-02-132-2/+4
| | | | * gdb.c++/inherit.exp: Remove call to get_debug_format.
* bfd/Jakub Jelinek2003-02-1314-15/+194
| | | | | | | | | | | | | | | | | | | | * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO. ld/testsuite/ * ld-shared/shared.exp: Run on s390*-*-linux* and x86_64-*-linux* too. xfail tests linking non-pic code into shared libs on x86_64-*-linux*. * ld-elfvsb/elfvsb.exp: Likewise. * ld-elfvers/vers.exp: Likewise. Add vers24a, vers24b and vers24c tests. * ld-elfvers/vers3.ver: Allow VERS_2.0 to come before GLIBC_* version. * ld-elfvers/vers19.ver: Likewise. * ld-elfvers/vers24a.c: New test. * ld-elfvers/vers24b.c: New test. * ld-elfvers/vers24c.c: New test. * ld-elfvers/vers24.map: New test. * ld-elfvers/vers24.rd: New test. * lib/ld-lib.exp (run_ld_link_tests): Add optional 7th argument cflags. If source files have .c extension, compile them first.
* 2003-02-12 Michael Chastain <mec@shout.net>Michael Chastain2003-02-136-122/+14
| | | | | | | | * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1. * gdb.c++/inherit.exp: Likewise. * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1. * gdb.c++/templates.exp: Likewise. * gdb.c++/virtfunc.exp: Likewise.
* (elf32_thumb_to_arm_stub): Include section VMAs in computation of offset toNick Clifton2003-02-132-7/+15
| | | | insert into BL instruction.
* merge from gccDJ Delorie2003-02-132-15/+32
|
* * main.h (struct captured_main_args): Add interpreter_p.Keith Seitz2003-02-135-5/+15
| | | | | | * main.c (captured_main): Initialize interpreter_p from context. * gdb.c (main): Set interpreter_p argument. * Makefile.in (gdb.o): Add dependency for interps.h.
* Documenation formatting improvements.Nick Clifton2003-02-133-442/+454
| | | | Move Gnu Free Documenation License to a seperate file.
* For N_SLINE only include function_start_offset if the symbol is within aNick Clifton2003-02-132-5/+11
| | | | function; otherwise, the value is absolute.
* Handle global register vairables.Nick Clifton2003-02-132-18/+19
|
* Add 'H' to getlongopts so that "readelf -H" does not display "unknown option"Nick Clifton2003-02-132-1/+3
|
* Fix help messages about demangling stylesNick Clifton2003-02-133-7/+15
|
* merge from gccDJ Delorie2003-02-133-1/+15
|
* *** empty log message ***gdbadmin2003-02-131-1/+1
|
* * write.c (TC_FORCE_RELOCATION_SUB_SAME): Revert last change.Alan Modra2003-02-123-1/+10
| | | | * config/tc-s390.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
* daily updateAlan Modra2003-02-121-1/+1
|
* 003-02-12 Dave Brolley <brolley@redhat.com>Dave Brolley2003-02-122-34/+39
| | | | * fr30-desc.c: Regenerate.
* 2003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-124-14/+22
| | | | | | | | | * event-top.c (cli_command_loop): Delete declaration. (_initialize_event_loop): Delete function setting event_loop_hook. * event-top.h (cli_command_loop): Declare. Update copyright. (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H. * interps.c (current_interp_command_loop): When event_loop_p, call cli_command_loop.
* 2003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-122-1/+6
| | | | | * interps.h (interp_command_loop_ftype): Change return type to void.
* 2003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-123-7/+16
| | | | | | | | | * tuiIO.c (tui_prep_terminal): Add one notused parameter. * tui.c (tui_rl_switch_mode): Add two notused parameters. (tui_rl_change_windows, tui_rl_next_keymap): Ditto. (tui_rl_delete_other_windows): Ditto. (tui_rl_change_windows, tui_rl_delete_other_windows): Update calls.
* *** empty log message ***gdbadmin2003-02-121-1/+1
|
* 2003-02-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2003-02-113-35/+37
| | | | | | | * x86-64-tdep.c (x86_64_extract_return_value) (x86_64_store_return_value): Use regcache instead of regbuf. (x86_64_gdbarch_init): Change related set_gdbarch_* functions. * x86-64-linux-nat.c (fill_gregset): Use regcache.
* daily updateAlan Modra2003-02-111-1/+1
|
* Fix spelling typo in previous deltaNick Clifton2003-02-111-1/+1
|
* Add new data anchors defenitions.Nick Clifton2003-02-113-0/+13
|
* 2003-02-11 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-115-37/+50
| | | | | | | | * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of TCL_LD_SEARCH_FLAGS.
* Add support for configuring *-*-kaos targets.Nick Clifton2003-02-117-250/+290
|
* * elf64-ppc.c (ppc64_elf_check_relocs): Match versionedAlan Modra2003-02-112-1/+22
| | | | | .__tls_get_addr too. (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
* * hppaelf.em (group_size): Change default back to 1.Dave Anglin2003-02-112-1/+5
|
* *** empty log message ***gdbadmin2003-02-111-1/+1
|
OpenPOWER on IntegriCloud