Daniel Jacobowitz
8f05cde5d3
* dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
24 years ago
Andrew Cagney
021e760905
2003-02-14 Andrew Cagney <ac131313@redhat.com>
* 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.
24 years ago
Nick Clifton
ed781d5d99
Change embedded documentation to use consistent indentation and to split up
long lines. Change informal style of description for functions lacking real
documentation.
24 years ago
Nick Clifton
21efdc8d7c
(_bfd_stab_section_find_nearest_line): For line number stabs outside of
functions, treat values as absolute addresses.
24 years ago
Nick Clifton
3193e2343c
(elf_core_file_p): Compare alternate machine codes for ELF backends when
checking if the generic ELF target should be used.
24 years ago
Christopher Faylor
e325dceca7
* win32-nat.cc (register_loaded_dll): Correctly set address range for
just-loaded dll.
24 years ago
Jason Molenda
c4f90d873c
[ChangeLog]
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.
24 years ago
gdbadmin
8031856cdb
*** empty log message ***
24 years ago
Alan Modra
58ac9f718e
* elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
(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.
24 years ago
Alan Modra
224ec17a5e
daily update
24 years ago
Michael Chastain
cbc4d97c1c
2003-02-13 Michael Chastain <mec@shout.net>
* gdb.c++/inherit.exp: Remove call to get_debug_format.
24 years ago
Jakub Jelinek
9147e853bf
bfd/
* 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.
24 years ago
Michael Chastain
40f235b7e2
2003-02-12 Michael Chastain <mec@shout.net>
* 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.
24 years ago
Nick Clifton
427bfd905d
(elf32_thumb_to_arm_stub): Include section VMAs in computation of offset to
insert into BL instruction.
24 years ago
DJ Delorie
fcd7c7c9fd
merge from gcc
24 years ago
Keith Seitz
e46e5ccdd0
* main.h (struct captured_main_args): Add interpreter_p.
* 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.
24 years ago
Nick Clifton
53954f5e85
Documenation formatting improvements.
Move Gnu Free Documenation License to a seperate file.
24 years ago
Nick Clifton
6de15b9e9d
For N_SLINE only include function_start_offset if the symbol is within a
function; otherwise, the value is absolute.
24 years ago
Nick Clifton
fe2c4142ca
Handle global register vairables.
24 years ago
Nick Clifton
d3c543fde9
Add 'H' to getlongopts so that "readelf -H" does not display "unknown option"
24 years ago
Nick Clifton
f0c8c24a69
Fix help messages about demangling styles
24 years ago
DJ Delorie
073c427b16
merge from gcc
24 years ago
gdbadmin
df7b423ca4
*** empty log message ***
24 years ago
Alan Modra
426318c599
* write.c (TC_FORCE_RELOCATION_SUB_SAME): Revert last change.
* config/tc-s390.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
24 years ago
Alan Modra
5b54723e51
daily update
24 years ago
Dave Brolley
282f90000e
003-02-12 Dave Brolley <brolley@redhat.com>
* fr30-desc.c: Regenerate.
24 years ago
Andrew Cagney
fe97fe9cf0
2003-02-12 Andrew Cagney <ac131313@redhat.com>
* 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.
24 years ago
Andrew Cagney
1cdac4ef8f
2003-02-12 Andrew Cagney <ac131313@redhat.com>
* interps.h (interp_command_loop_ftype): Change return type to
void.
24 years ago
Andrew Cagney
88fa91b473
2003-02-12 Andrew Cagney <ac131313@redhat.com>
* 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.
24 years ago
gdbadmin
41b22a8ddd
*** empty log message ***
24 years ago
Michal Ludvig
48037eadc7
2003-02-12 Michal Ludvig <mludvig@suse.cz>
* 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.
24 years ago
Alan Modra
44aa9df053
daily update
24 years ago
Nick Clifton
7e4482c1bb
Fix spelling typo in previous delta
24 years ago
Nick Clifton
db6a591064
Add new data anchors defenitions.
24 years ago
Andrew Cagney
033afc6377
2003-02-11 Andrew Cagney <ac131313@redhat.com>
* 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.
24 years ago
Nick Clifton
42b5d0eaa9
Add support for configuring *-*-kaos targets.
24 years ago
Alan Modra
a48ebf4d62
* elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
.__tls_get_addr too.
(ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
24 years ago
Dave Anglin
cfbd8dfaa6
* hppaelf.em (group_size): Change default back to 1.
24 years ago
gdbadmin
34d97300be
*** empty log message ***
24 years ago
Alan Modra
4c188e4954
daily update
24 years ago
Kaz Kojima
0f85b45c31
* ld-sh/tlstpoff-1.d: New.
* ld-sh/tlstpoff-2.d: New.
* ld-sh/tlstpoff1.s: New.
* ld-sh/tlstpoff2.s: New.
24 years ago
Kaz Kojima
c95b8a7ace
* elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
(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.
24 years ago
Jakub Jelinek
a779acda15
* elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
even if there is just non-empty .rela.plt.
24 years ago
Michal Ludvig
40d02bca51
* dwarf2cfi.c: Reindented.
24 years ago
Nick Clifton
c178919ba9
Add function to set machine number based on flags in header.
24 years ago
Nick Clifton
fde78edd7a
Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick
floating point co-processor.
24 years ago
gdbadmin
469def5365
*** empty log message ***
24 years ago
Alan Modra
e7b938ca5f
* elf64-ppc.c: Rename assorted occurrences of tls_type and similar
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.
24 years ago
Alan Modra
2d4c37e9e1
daily update
24 years ago
Andrew Cagney
11308a4187
2003-02-09 Andrew Cagney <ac131313@redhat.com>
* interps.c (clear_interpreter_hooks): Convert function definition
to ISO C.
Index: mi/ChangeLog
2003-02-09 Andrew Cagney <ac131313@redhat.com>
* mi-interp.c (mi_remove_notify_hooks): Convert function
definition to ISO C.
24 years ago