aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-05-17print_insn_sh cleanup:Joern Rennecke10-117/+56
include: * dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype. gdb: * sh-tdep.c (gdb_print_insn_sh64): Delete. (gdb_print_insn_sh): Just set info->endian and use print_insn_sh. (sh_gdbarch_init): Always use gdb_print_insn_sh. opcodes: * disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh. * sh-dis.c (LITTLE_BIT): Delete. (print_insn_sh, print_insn_shl): Deleted. (print_insn_shx): Renamed to (print_insn_sh). No longer static. Handle SHmedia instructions. Use info->endian to determine endianness. * sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete. (print_insn_sh64x): No longer static. Renamed to (print_insn_sh64). Removed pfun_compact and endian arguments. If we got an uneven address to indicate SHmedia, adjust it. Return -2 for SHcompact instructions. sim/sh64: * sim-if.c (sh64_disassemble_insn): Use print_insn_sh instead of print_insn_shl.
2002-05-17 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.Alan Modra2-10/+30
(ppc64_elf_relocate_section): Don't warn about reloc overflow when we've already warned about an undefined symbol. Report more detail on reloc errors.
2002-05-17Remove stale files.Alan Modra3-120/+5
2002-05-17 * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.Alan Modra7-220/+332
* configure.in: Invoke AM_INSTALL_LIBBFD. * Makefile.am (install-data-local): Move to.. (install_libopcodes): .. New target. (uninstall_libopcodes): Likewise. (install-bfdlibLTLIBRARIES): Likewise. (uninstall-bfdlibLTLIBRARIES): Likewise. (bfdlibdir): New. (bfdincludedir): New. (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate.
2002-05-17 * acinclude.m4 (AM_INSTALL_LIBBFD): New.Alan Modra7-336/+473
* configure.in: Invoke AM_INSTALL_LIBBFD. * Makefile.am (install-data-local): Revert 2002-05-13. Move to.. (install_libbfd): .. New target. (uninstall_libbfd): Likewise. (install-bfdlibLTLIBRARIES): Likewise. (uninstall-bfdlibLTLIBRARIES): Likewise. (bfdlibdir): New. (bfdincludedir): New. (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate.
2002-05-17 * NEWS: Add section for multi-arched targets. Add v850 to that section.Corinna Vinschen2-0/+8
2002-05-17Remove computation of len from inside hash loop.Nick Clifton2-1/+6
2002-05-17* Makefile.in (sh_tdep_h): Define and use.Jason Thorpe7-96/+139
* config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep, register enum): Move to... * * sh-tdep.h: ...here. * sh-tdep.c: Include sh-tdep.h. * sh3-rom.c: Likewise. * shnbsd-tdep.c: Likewise.
2002-05-17 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.Marek Michalkiewicz4-1/+57
* Makefile.in: Regenerate. * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
2002-05-172002-05-16 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* arm-tdep.c: Spelling fix in comment.
2002-05-17daily updateAlan Modra1-1/+1
2002-05-17*** empty log message ***gdbadmin1-1/+1
2002-05-16Add commands for manually expanding macros and showing theirJim Blandy5-3/+475
definitions. * macrocmd.c, macroscope.c, macroscope.h: New files. * Makefile.in (SFILES): Add macrocmd.c, macroscope.c. (macroscope_h): New variable. (HFILES_NO_SRCDIR): Add macroscope.h. (COMMON_OBS): Add macrocmd.o, macroscope.o. (macroscope.o, macrocmd.o): New rules.
2002-05-16Teach the Dwarf 2 reader to read macro information.Jim Blandy3-3/+469
* dwarf2read.c: #include "macrotab.h". (dwarf_macinfo_buffer): New variable. (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and dwarf_macinfo_size. (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros. (dwarf2_missing_macinfo_section, dwarf2_macros_too_long, dwarf2_macros_not_terminated, dwarf2_macro_outside_file, dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition, dwarf2_macro_spaces_in_definition): New complaints. (dwarf2_has_info): Initialize dwarf_macinfo_offset. (dwarf2_build_psymtabs): Read the .dwarf_macinfo section. (dwarf2_build_psymtabs_hard): Record the buffer and its size in the partial symbol table. (psymtab_to_symtab_1): Set the macinfo buffer and size globals from what's recorded in the partial symbol table. (read_file_scope): If the compilation unit has a `DW_AT_macro_info' attribute, read its macro information. * Makefile.in (dwarf2read.o): Depend on macrotab.h.
2002-05-162002-05-16 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+5
Fix PR gdb/546 * ser-tcp.c: Don't include <netinet/udp.h>.
2002-05-16 * emulparams/avr1.sh: New file.Marek Michalkiewicz7-0/+208
* emulparams/avr2.sh: New file. * emulparams/avr3.sh: New file. * emulparams/avr4.sh: New file. * emulparams/avr5.sh: New file. * scripttempl/avr.sc: New file.
2002-05-16 * config/tc-avr.c (mcu_types): Update for new devices.Marek Michalkiewicz2-2/+9
2002-05-16 * MAINTAINERS: Add myself as the second AVR port maintainer.Marek Michalkiewicz2-0/+5
2002-05-16Correct date in commit message.Richard Earnshaw1-3/+3
2002-05-16 * MAINTAINERS: Update my email address.Stephane Carrez4-2/+10
2002-05-16* config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include genericRichard Earnshaw2-1/+6
include file of the same name.
2002-05-16 * MAINTAINERS: Update my email address.Stephane Carrez2-1/+5
2002-05-16 * configure.tgt: Mark v850 as multi-arched.Corinna Vinschen4-24/+8
* config/v850/tm-v850.h: Remove file. * config/v850/v850.mt: Eliminate TM_FILE.
2002-05-16 * v850-tdep.c: Full multi-arch.Corinna Vinschen3-283/+445
* config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything. Define GDB_MULTI_ARCH to 2.
2002-05-162002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-31/+166
* p-exp.y (current_type): New static variable. Carries the type of the expression at the position that is parsed. (push_current_type, pop_current_type): Two new functions. Used to store/restore current_type in expression on specific tokens. (search_filed): New static variable. Set to one after parsing a point as at that point only a FIELDNAME token should be searched. (FIELDNAME): New token. After a point only a token belonging to current_type type definition is allowed. (all over token rules): reset and change current_type according to rules. (exp '[' rule): insert implicit array index field if exp is a pascal string type.
2002-05-16 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extraCorinna Vinschen3-37/+67
frame info. Use frame_info's saved_regs instead of matching member in extra_frame_info throughout. (v850_frame_init_saved_regs): New function. (v850_init_extra_frame_info): Move most functionality into v850_frame_init_saved_regs(). * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition. (v850_frame_find_saved_regs): Remove declaration. (FRAME_FIND_SAVED_REGS): Remove definition. (v850_frame_init_saved_regs): Add declaration. (FRAME_INIT_SAVED_REGS): Add definition.
2002-05-16Add targets for sh64-linux (little endian and big endian).Nick Clifton2-0/+13
2002-05-16 * v850-tdep.c: Begin multi-arch'ing v850.Corinna Vinschen2-15/+35
(v850_target_architecture_hook): Remove function. (v850_gdbarch_init): New function. Add code previously in v850_target_architecture_hook(). (_initialize_v850_tdep): Don't set target_architecture_hook. Call register_gdbarch_init() instead.
2002-05-162002-05-16 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-29/+7
* gdbtypes.h (struct cplus_struct_type): Remove args field. * hpread.c (hpread_read_struct_type): Remove assignments to args. (fixup_class_method_type): Likewise.
2002-05-162002-05-15 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-2/+17
From Martin Pool <mbp@samba.org>: * gdbserver/server.c (gdbserver_usage): New function. (main): Call it.
2002-05-16*** empty log message ***gdbadmin1-1/+1
2002-05-16daily updateAlan Modra1-1/+1
2002-05-15Add macro structures to GDB's symbol tables. Nobody puts anythingJim Blandy10-2/+63
in them yet. * symtab.h (struct symtab): New member: `macro_table'. * buildsym.h (pending_macros): New global variable. * buildsym.c: #include "macrotab.h". (buildsym_init): Initialize `pending_macros'. (end_symtab): If we found macro information while reading a CU's debugging info, do build a symtab structure for it. Make the symtab point to the macro information, and clear the `pending_macros' pointer which held it while we were reading the debug info. (really_free_pendings): Free any pending macro table. * objfiles.h (struct objfile): New member: `macro_cache'. * objfiles.c (allocate_objfile): Set allocate and free functions for the macro cache's objstack. (free_objfile): Empty the macro cache's obstack. * symfile.c (reread_symbols): Empty the macro cache's obstack, and set new allocate and free functions for it. * solib-sunos.c (allocate_rt_common_objfile): Set allocate and free functions for the macro cache's objstack. (Why is this function building its own objfile?) * symmisc.c (print_objfile_statistics): Print statistics on the macro bcache. * Makefile.in: Note that buildsym.o depends on macrotab.h.
2002-05-15Regernate cgen built files.Nick Clifton13-20/+283
2002-05-15* config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.Richard Earnshaw2-7/+7
(REGISTER_U_ADDR): Delete definition. (arm_register_u_addr): Delete declaration.
2002-05-15Do not assume that the first thunk is located in the same section as theNick Clifton2-3/+60
import table. Instead check, and if necessary load the section containing the thunk.
2002-05-15Replace bfd_read with bfd_bread.Nick Clifton2-5/+12
2002-05-15* arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.Richard Earnshaw2-4/+9
(ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
2002-05-152002-05-14 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+6
* gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo stop_at -> stop_pc.
2002-05-15* regcache.c (register_valid): Revise comments refering to "NotAndrew Cagney4-5/+28
available" and "unavailable". * frame.c (frame_register_read): Ditto. * findvar.c (value_of_register): Ditto.
2002-05-15 * ldlang.c (section_already_linked): Call bfd_link_just_syms.Alan Modra2-7/+7
(lang_place_orphans): Abort if just_syms_flag.
2002-05-15Fix ld --just-symbolsAlan Modra35-22/+160
* aix5ppc-core.c: Warning fixes. * aout-adobe.c (aout_32_bfd_link_just_syms): Define. * aout-target.h (MY_bfd_link_just_syms): Define. * aout-tic30.c (MY_bfd_link_just_syms): Define. * bfd.c (bfd_link_just_syms): Define. * binary.c (binary_bfd_link_just_syms): Define. * bout.c (b_out_bfd_link_just_syms): Define. * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer. * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise. * coffcode.h (coff_bfd_link_just_syms): Define. * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS. (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS. (_bfd_elf_link_just_syms): Declare. * elf.c (_bfd_elf_link_just_syms): New function. * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that sections haven't already been discarded by the linker. * elflink.h (elf_link_add_object_symbols): Likewise for stab sections and SEC_MERGE sections. (elf_bfd_discard_info): Similarly here. * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define. * i386msdos.c (msdos_bfd_link_just_syms): Define. * i386os9k.c (os9k_bfd_link_just_syms): Define. * ieee.c (ieee_bfd_link_just_syms): Define. * ihex.c (ihex_bfd_link_just_syms): Define. * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define. (_bfd_generic_link_just_syms): Declare. * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define. * linker.c (_bfd_generic_link_just_syms): New function. * mmo.c (mmo_bfd_link_just_syms): Define. * nlm-target.h (nlm_bfd_link_just_syms): Define. * oasys.c (oasys_bfd_link_just_syms): Define. * ppcboot.c (ppcboot_bfd_link_just_syms): Define. * som.c (som_bfd_link_just_syms): Define. * srec.c (srec_bfd_link_just_syms): Define. * targets.c (struct bfd_target): Add _bfd_link_just_syms. (BFD_JUMP_TABLE_LINK): And here. * tekhex.c (tekhex_bfd_link_just_syms): Define. * versados.c (versados_bfd_link_just_syms): Define. * vms.c (vms_bfd_link_just_syms): Define. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate.
2002-05-15*** empty log message ***gdbadmin1-1/+1
2002-05-15daily updateAlan Modra1-1/+1
2002-05-14 * elf32-mips.c: Remove superfluous definitions copied fromThiemo Seufer2-173/+37
elfxx-mips.c. (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the SGIish vectors to check the special case. (mips_elf_hi16_reloc): Fix comment. (mips_elf_got16_reloc): Likewise. (_bfd_mips_elf32_gprel16_reloc): Likewise. (elf_reloc_map): Code cleanup. (mips_reloc_map): Add comment. (bfd_elf23_bfd_reloc_type_lookup): Code cleanup. (mips_elf32_rtype_to_howto): Likewise. (mips_elf32_discard_info): Likewise. (elf32_mips_irix_compat): Invert logic: Only SGIish vectors lead to IRIX compatibility now.
2002-05-14 * config/tc-mips.c (macro): Warn about wrong la/dla use.Thiemo Seufer2-0/+10
2002-05-14 * mips-dis.c (is_newabi): EABI is not a NewABI.Thiemo Seufer2-4/+6
2002-05-14 * config/tc_mips.c (s_cpsetup): Fix completely bogus code which hadThiemo Seufer2-11/+13
worked sometimes by accident. Fix copy&paste comment.
2002-05-14 * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option sectionThiemo Seufer2-6/+12
alignment for NewABI. Let n32 use .reginfo. Remove useless casts. (mips_elf_final_processing): Let n32 use .reginfo.
2002-05-14 * elfxx-mips.c: Call it IRIX, not Irix in comments.Thiemo Seufer2-13/+17