aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-232002-10-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-13/+29
* symtab.c (symbol_demangled_name): New function. * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by turning most of it into a function. (symbol_demangled_name): Export.
2002-10-232002-10-23 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* valops.c (value_of_local): Restore quotes in error message.
2002-10-232002-10-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-25/+39
* symtab.c (symbol_init_language_specific): New function. * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by turning most of it into a function. (symbol_init_language_specific): Export.
2002-10-232002-10-23 David Carlton <carlton@math.stanford.edu>David Carlton2-13/+131
* dwarf2read.c (dwarf_tag_name): Add DWARF 3 names. (dwarf_attr_name): Ditto. (dwarf_type_encoding_name): Ditto. (scan_partial_symbols): Descend into DW_TAG_namespace entries. (process_die): Handle DW_TAG_namespace, DW_TAG_imported_declaration, DW_TAG_imported_module. (read_namespace): New function.
2002-10-23Add conditional/unconditional branch classification.Nick Clifton2-19/+26
2002-10-23Define SKIP_ZEROES as 32 for tic4x target in order to ensure properNick Clifton8-1428/+1596
disassembly of the valid 0-value opcode.
2002-10-23 * MAINTAINERS: Add Kaz Kojima as SH maintainer.Kaz Kojima2-0/+5
2002-10-23Add new command line option "--no-omagic" which undoes the effects of -N.Nick Clifton4-2/+30
2002-10-23 * dwarf2.c (add_line_info): Ensure that the line_info_table isAlan Modra2-20/+115
sorted even when given an out-of-order line sequence. (lookup_address_in_line_info_table): When an exact VMA match is not found, return line information with the closest VMA.
2002-10-23Force DT_FLAGS to always be set. Required by HPUX 11.00 patch PHSS_26559.Nick Clifton2-0/+10
2002-10-23(__RUNTIME_PSEUDO_RELOC_LIST__, __RUNTIME_PSEUDO_RELOC_LIST_END__): AddNick Clifton2-4/+9
only when relocating.
2002-10-23Allow an absolute reference to _GLOBAL_TABLE_OFFSET_ to be converted intoNick Clifton2-1/+6
a GOT reloc.
2002-10-23Fix typo in last entryHans-Peter Nilsson1-1/+1
2002-10-23 * config/tc-mmix.h (tc_frob_file_before_adjust): Don't declare.Hans-Peter Nilsson3-48/+8
(tc_frob_file_before_adjust): Don't define. * config/tc-mmix.c (mmix_frob_local_reloc): Remove unused function. (mmix_frob_file_before_adjust): Remove ineffective function.
2002-10-23 * gdb.threads/schedlock.c (args): Make unsigned.Daniel Jacobowitz2-1/+15
2002-10-232002-10-22 H.J. Lu <hjl@gnu.org>H.J. Lu2-6/+16
* gas/mips/branch-misc-2.d: Updated.
2002-10-23*** empty log message ***gdbadmin1-1/+1
2002-10-23daily updateAlan Modra1-1/+1
2002-10-22 * config/tc-cris.c (SIMPLE_EXPR): New macro.Hans-Peter Nilsson3-10/+154
(cris_relax_frag): New function. (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX, STATE_UNDF)>: Pass on unresolved expressions that will become absolute expressions to relaxation. (md_convert_frag) <case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX, STATE_WORD)>: Expect only absolute expressions. Use the symbol value, not distance to symbol. <case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX, STATE_BYTE)>: Ditto. Correct placement of fixup. (md_assemble): Use SIMPLE_EXPR when dissecting expressions. (gen_bdap): Ditto. * config/tc-cris.h (cris_relax_frag): Declare. (md_relax_frag): Define.
2002-10-22 * gas/cris/rd-pcrel1.d, gas/cris/rd-pcrel1.s,Hans-Peter Nilsson5-0/+205
gas/cris/rd-pcrel2.d, gas/cris/rd-pcrel2.s: New tests.
2002-10-22* use @itemx, not @item, for --disassemble-zeroes.Ben Elliston1-1/+1
2002-10-22 * doc/binutils.texi (objdump): Document -z and move the entry forBen Elliston2-5/+11
--disassemble-zeroes to the end of the options section (for `z').
2002-10-22* elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't moveAlexandre Oliva2-1/+12
the options section into a separate section unless IRIX 6 compatibility is enabled.
2002-10-22* emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according toAlexandre Oliva6-14/+38
emulation name. Set LIB_PATH only for native tools, and search the ABI-specific versions of NATIVE_LIB_DIRS before the .../lib variants, not instead of them. Mostly copied from... * emulparams/elf32ppc.sh: ... here. Fixed typo. * emulparams/elf64bmip-defs.sh: Backed out. * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again. * emulparams/elf64btsmip.sh: Likewise. (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR, TEXT_DYNAMIC): Removed.
2002-10-22* elflink.h (struct elf_link_sort_rela): Turn rel and relaAlexandre Oliva3-34/+69
into arrays. (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust. (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel into account. * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
2002-10-22 * configure.in: Define NEW_PROC_API on Interix too.Joel Brobecker3-3/+8
* configure: Regenerate.
2002-10-22 * mi-main.c (mi_cmd_thread_select): Only return MI_CMD_CAUGHT_ERRORKeith Seitz2-1/+11
when we really did catch an error(). If we got GDB_RC_FAIL, return MI_CMD_ERROR instead.
2002-10-22 * config/obj-elf.c (special_sections): Use correct types for initAlan Modra2-19/+16
array sections. (obj_elf_change_section): Don't mess with init array section type.
2002-10-22 * configure: Regenerate using the proper version of autoconf.Joel Brobecker2-438/+427
2002-10-22 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update lineDaniel Jacobowitz5-13/+93
numbers. Allow "foo2|selected stack frame". * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end. * gdb.asm/asmsrc2.s: Likewise. * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update comments. * gdb.asm/mips.inc: New file.
2002-10-22daily updateAlan Modra1-1/+1
2002-10-22*** empty log message ***gdbadmin1-1/+1
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+11
* findvar.c (read_var_value): Temporarily disable TLS code, until complete TLS support is added.
2002-10-212002-10-21 Jim Blandy <jimb@redhat.com>Elena Zannoni5-1/+86
Elena Zannoni <ezannoni@redhat.com> * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC for thread local storage locations. (struct symbol): Add objfile field. (SYMBOL_OBJFILE): Define. * dwarf2read.c (is_thread_local): New static variable. (new_symbol): If variable is in thread local fill in address class and objfile appropriately. (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address stack operation. * printcmd.c (address_info): Print the information for thread local storage variable. * findvar.c (read_var_value): In case of thread local variable, defer to the target vector code to compute address.
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+4
* solib-svr4.c (svr4_fetch_objfile_link_map): New function. * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+76
* solib-svr4.c (svr4_fetch_objfile_link_map): New function. * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
2002-10-21 * config/tc-mips.c (mips_need_elf_addend_fixup): Return trueRichard Sandiford6-1/+55
for relocs against symbols in a merged section. testsuite/ * gas/mips/elf-rel7.[sd]: New test. * gas/mips/mips.exp: Run it.
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni5-6/+14
* symtab.h (address_class): Rename LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC. * hpread.c (hpread_process_one_debug_symbol): Ditto. * printcmd.c (address_info): Ditto. * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
2002-10-21 * targets.c (_bfd_target_vector): Add missing qnx vectors.Alan Modra2-0/+8
2002-10-21 * targets.c (bfd_target_list): Don't return the default target twice.Alan Modra2-2/+9
2002-10-21Discontinue Hans-Peter Nilsson as SH maintainer.Nick Clifton2-1/+4
2002-10-21 * objdump.c (dump_data): Correct addr_offset for opb != 1.Alan Modra2-3/+8
2002-10-21 * archive.c (_bfd_archive_bsd_update_armap_timestamp): ReplaceAlan Modra2-6/+10
perror with bfd_perror.
2002-10-21*** empty log message ***gdbadmin1-1/+1
2002-10-21daily updateAlan Modra1-1/+1
2002-10-20* i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): UseMark Kettenis2-2/+5
DBREG_DRX macro to acces debug registers.
2002-10-20* Makefile.in (i386obsd-tdep.o): New target.Mark Kettenis2-0/+4
2002-10-20* solib-sunos.c: Include "bcache.h" and "regcache.h".Mark Kettenis3-1/+7
* Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
2002-10-20* configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.Mark Kettenis6-6/+147
* config/i386/obsd.mt: New file. * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce i386obsd_sc_pc_offset and i386obsd_sc_sp_offset; * i386obsd-nat.c (_initialize_i386obsd_nat): Set i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of i386nbsd_sigtramp_start and i386nbsd_sigtramp_end. * i386obsd-tdep.c: New file.
2002-10-202002-10-19 David O'Brien <obrien@FreeBSD.org>David O'Brien1-5/+3
* configure.tgt (alpha*-*-freebsd*, i[3456]86-*-freebsd*, sparc64-*-freebsd*): Combine to make *-*-freebsd* with gdb_target set to fbsd. Removes need for additional freebsd tupples.