aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-14* configure.in: Add check for _etext.Mark Kettenis5-391/+452
* maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't available. * config.in, configure: regenerated.
2003-02-14 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.Daniel Jacobowitz2-0/+7
2003-02-142003-02-14 Andrew Cagney <ac131313@redhat.com>Andrew Cagney12-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.
2003-02-14Change embedded documentation to use consistent indentation and to split upNick Clifton7-237/+241
long lines. Change informal style of description for functions lacking real documentation.
2003-02-14(_bfd_stab_section_find_nearest_line): For line number stabs outside ofNick Clifton2-47/+47
functions, treat values as absolute addresses.
2003-02-14(elf_core_file_p): Compare alternate machine codes for ELF backends whenNick Clifton2-33/+37
checking if the generic ELF target should be used.
2003-02-14* win32-nat.cc (register_loaded_dll): Correctly set address range forChristopher Faylor3-4/+9
just-loaded dll.
2003-02-14[ChangeLog]Jason Molenda4-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.
2003-02-14*** empty log message ***gdbadmin1-1/+1
2003-02-13 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.Alan Modra2-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.
2003-02-13daily updateAlan Modra1-1/+1
2003-02-132003-02-13 Michael Chastain <mec@shout.net>Michael Chastain2-2/+4
* gdb.c++/inherit.exp: Remove call to get_debug_format.
2003-02-13bfd/Jakub Jelinek14-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-132003-02-12 Michael Chastain <mec@shout.net>Michael Chastain6-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.
2003-02-13(elf32_thumb_to_arm_stub): Include section VMAs in computation of offset toNick Clifton2-7/+15
insert into BL instruction.
2003-02-13merge from gccDJ Delorie2-15/+32
2003-02-13 * main.h (struct captured_main_args): Add interpreter_p.Keith Seitz5-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.
2003-02-13Documenation formatting improvements.Nick Clifton3-442/+454
Move Gnu Free Documenation License to a seperate file.
2003-02-13For N_SLINE only include function_start_offset if the symbol is within aNick Clifton2-5/+11
function; otherwise, the value is absolute.
2003-02-13Handle global register vairables.Nick Clifton2-18/+19
2003-02-13Add 'H' to getlongopts so that "readelf -H" does not display "unknown option"Nick Clifton2-1/+3
2003-02-13Fix help messages about demangling stylesNick Clifton3-7/+15
2003-02-13merge from gccDJ Delorie3-1/+15
2003-02-13*** empty log message ***gdbadmin1-1/+1
2003-02-12 * write.c (TC_FORCE_RELOCATION_SUB_SAME): Revert last change.Alan Modra3-1/+10
* config/tc-s390.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
2003-02-12daily updateAlan Modra1-1/+1
2003-02-12003-02-12 Dave Brolley <brolley@redhat.com>Dave Brolley2-34/+39
* fr30-desc.c: Regenerate.
2003-02-122003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney4-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-122003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-1/+6
* interps.h (interp_command_loop_ftype): Change return type to void.
2003-02-122003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-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.
2003-02-12*** empty log message ***gdbadmin1-1/+1
2003-02-112003-02-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-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.
2003-02-11daily updateAlan Modra1-1/+1
2003-02-11Fix spelling typo in previous deltaNick Clifton1-1/+1
2003-02-11Add new data anchors defenitions.Nick Clifton3-0/+13
2003-02-112003-02-11 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-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.
2003-02-11Add support for configuring *-*-kaos targets.Nick Clifton7-250/+290
2003-02-11 * elf64-ppc.c (ppc64_elf_check_relocs): Match versionedAlan Modra2-1/+22
.__tls_get_addr too. (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
2003-02-11 * hppaelf.em (group_size): Change default back to 1.Dave Anglin2-1/+5
2003-02-11*** empty log message ***gdbadmin1-1/+1
2003-02-10daily updateAlan Modra1-1/+1
2003-02-10 * ld-sh/tlstpoff-1.d: New.Kaz Kojima5-0/+99
* ld-sh/tlstpoff-2.d: New. * ld-sh/tlstpoff1.s: New. * ld-sh/tlstpoff2.s: New.
2003-02-10 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.Kaz Kojima2-14/+50
(elf_sh_link_hash_entry): Remove tls_tpoff32 field. (sh_elf_link_hash_newfunc): Remove the initialization of tls_tpoff32 field. (allocate_dynrelocs): Keep dyn_relocs if it includes the entry for which tls_tpoff32 flag is set. (sh_elf_relocate_section): Covert to LE only if the dyn_relocs of the symbol includes the entry matched with the input_section and having tls_tpoff32 flag on. When linking statically, set symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol is defined in this executable. (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
2003-02-10 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUEJakub Jelinek2-2/+7
even if there is just non-empty .rela.plt.
2003-02-10* dwarf2cfi.c: Reindented.Michal Ludvig2-34/+71
2003-02-10Add function to set machine number based on flags in header.Nick Clifton2-2/+20
2003-02-10Add support for marking ARM ELF binaries as support the Cirrus EP9312 MaverickNick Clifton11-5/+68
floating point co-processor.
2003-02-10*** empty log message ***gdbadmin1-1/+1
2003-02-09 * elf64-ppc.c: Rename assorted occurrences of tls_type and similarAlan Modra2-62/+81
variables, structure fields or function params to tls_mask or similar to better reflect usage. (struct got_entry): Comment. (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*. (get_tls_mask): Rename from get_tls_type.
2003-02-09daily updateAlan Modra1-1/+1