deliverable/binutils-gdb.git
20 years ago * config/tc-xtensa.c (insn_labels, free_insn_labels, saved_insn_labels,
Bob Wilson [Fri, 12 Sep 2003 00:00:03 +0000 (00:00 +0000)] 
* config/tc-xtensa.c (insn_labels, free_insn_labels, saved_insn_labels,
literal_syms): New global variables.
(xtensa_define_label, add_target_symbol, xtensa_find_label,
map_over_defined_symbols, is_loop_target_label,
xtensa_mark_target_fragments, xtensa_move_frag_symbol,
xtensa_move_frag_symbols, defined_symbols, branch_targets): Delete.
(xtensa_begin_directive): Call md_flush_pending_output.  Move symbols
from insn_labels to saved_insn_labels when entering a literal region.
(xtensa_end_directive): Call md_flush_pending_output.  Restore
insn_labels list when leaving a literal region.
(xtensa_literal_position): Call xtensa_clear_insn_labels.
(xtensa_literal_pseudo): Add check to disallow .literal inside a
literal region.  Move insn_labels to saved_insn_labels and then restore
insn_labels on exit.
(xg_add_branch_and_loop_targets): Replace add_target_symbol calls with
code to set is_loop_target or is_branch_target flag on the symbol
(xtensa_create_literal_symbol): Call xtensa_add_literal_sym.
(xtensa_add_literal_sym, xtensa_add_insn_label,
xtensa_clear_insn_labels): New functions.
(xtensa_move_labels): Remove old_frag and old_offset arguments.  Add
loops_ok argument.  Rewrite to use insn_labels list instead of
calling xtensa_find_label and to check the is_loop_target flag on
symbols when loops_ok is false.
(xtensa_frob_label): Remove call to xtensa_define_label.  Add call
to either xtensa_add_literal_sym or xtensa_add_insn_label.  Adjust
call to xtensa_move_labels.  Propagate is_branch_target and
is_loop_target flags from symbols to frags.
(xtensa_flush_pending_output): Call xtensa_clear_insn_labels.
(md_assemble): Use xtensa_move_labels with loops_ok = FALSE when
aligning a loop instruction.  Adjust call to xtensa_move_labels for
aligning entry instructions.  Add call to xtensa_clear_insn_labels.
(xtensa_end): Remove call to xtensa_mark_target_fragments.
(xtensa_move_literals): Replace xtensa_move_frag_symbols call with
code to use new literal_syms list.
* config/tc-xtensa.h (xtensa_symfield_type): Add is_loop_target and
is_branch_target flags.

20 years ago2003-09-11 David Carlton <carlton@kealia.com>
David Carlton [Thu, 11 Sep 2003 23:43:56 +0000 (23:43 +0000)] 
2003-09-11  David Carlton  <carlton@kealia.com>

* buildsym.c (finish_block): Use allocate_block to allocate the
block.
* mdebugread.c (new_block): Add FIXME.

20 years ago2003-09-11 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 11 Sep 2003 20:53:33 +0000 (20:53 +0000)] 
2003-09-11  Michael Snyder  <msnyder@redhat.com>

        * frv.cpu: Typographical corrections.

20 years ago2003-09-11 David Carlton <carlton@kealia.com>
David Carlton [Thu, 11 Sep 2003 19:49:20 +0000 (19:49 +0000)] 
2003-09-11  David Carlton  <carlton@kealia.com>

* gdbtypes.h: Add TYPE_CODE_NAMESPACE.
* gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
(recursive_dump_type): Ditto.
* printcmd.c (print_formatted): Ditto.
* typeprint.c (print_type_scalar): Ditto.
* c-typeprint.c (c_type_print_varspec_prefix): Ditto.
(c_type_print_varspec_suffix, c_type_print_base): Ditto.
* cp-support.h: Declare cp_check_possible_namespace_symbols,
maint_cplus_cmd_list.
* cp-support.c: Make maint_cplus_cmd_list extern.
* cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
command.h.
(lookup_symbol_file): Look in possible namespace blocks when
appropriate.
(initialize_namespace_symtab): New.
(get_possible_namespace_block, free_namespace_block)
(check_possible_namespace_symbols)
(check_possible_namespace_symbols_loop)
(check_one_possible_namespace_symbol)
(lookup_possible_namespace_symbol, maintenance_cplus_namespace)
(_initialize_cp_namespace): Ditto.
* block.h: Declare allocate_block.
* block.c (allocate_block): New.
* jv-lang.c (get_java_class_symtab): Allocate blocks via
allocate_block.
* symfile.h: Update declaration of add_psymbol_to_list.
* symfile.c (add_psymbol_to_list): Return the partial symbol in
question.
* dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
scan_partial_symbols_call.
(scan_partial_symbols): Add NAMESPACE argument; update calls to
helper functions.
(add_partial_symbol): If necessary, scan mangled names for names
of namespaces.
(add_partial_namespace): Add NAMESPACE argument; generate partial
symbols associated  to namespaces.
(add_partial_enumeration): Add NAMESPACE argument.
(new_symbol): Allow namespace syms.
(read_namespace): Generate namespace syms.
* objfiles.h: Add opaque declaration of struct symtab.
(struct objfile): Add cp_namespace_symtab member.
* objfiles.c (allocate_objfile): Set
objfile->cp_namespace_symtab.
* Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
dictionary_h, command_h.

2003-09-11  David Carlton  <carlton@kealia.com>

* gdb.c++/namespace.exp: Add tests for namespace types.
* gdb.c++/maint.exp (test_help): Test 'help maint cp namespace'.
(test_namespace): New.

20 years ago2003-09-11 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 11 Sep 2003 19:27:25 +0000 (19:27 +0000)] 
2003-09-11  Andrew Cagney  <cagney@redhat.com>

* rs6000-tdep.c (rs6000_push_dummy_call): Use
regcache_raw_write_signed to set SP_REGNUM, move the operation to
near the function's end.
(rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
* ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
regcache_raw_write_signed to set SP_REGNUM.

20 years ago2003-09-11 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 11 Sep 2003 19:20:07 +0000 (19:20 +0000)] 
2003-09-11  Elena Zannoni  <ezannoni@redhat.com>

* symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
orig_addrs is set up properly.

20 years ago2003-09-11 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 11 Sep 2003 19:09:46 +0000 (19:09 +0000)] 
2003-09-11  Elena Zannoni  <ezannoni@redhat.com>

* gdb.stabs/weird.exp: Ditto.

20 years ago2003-09-11 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 11 Sep 2003 18:59:02 +0000 (18:59 +0000)] 
2003-09-11  Elena Zannoni  <ezannoni@redhat.com>

        * gdb.base/relocate.exp: Handle new gdb output at startup.

20 years ago2003-09-11 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 11 Sep 2003 18:39:05 +0000 (18:39 +0000)] 
2003-09-11  Michael Snyder  <msnyder@redhat.com>

* sim/testsuite/sim/frv/movgs.cgs: Change lcr to spr[273],
which according to the comments seems to be the intent.

20 years agoMove myself to paper trail section.
Jim Wilson [Thu, 11 Sep 2003 17:51:47 +0000 (17:51 +0000)] 
Move myself to paper trail section.

20 years ago2003-09-11 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 11 Sep 2003 15:17:18 +0000 (15:17 +0000)] 
2003-09-11  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
* gdbarch.h, gdbarch.c: Re-generate.
* infcall.c (call_function_by_hand): Update.
* hppa-tdep.c (hppa_push_arguments): Update.
* ada-lang.c (place_on_stack): Update.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
* sparc-tdep.c (sparc_gdbarch_init): Update.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
* hppa-tdep.c (hppa_gdbarch_init): Update.
* h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
stack_align.

20 years ago * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
Daniel Jacobowitz [Thu, 11 Sep 2003 15:02:51 +0000 (15:02 +0000)] 
* dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
register do need a frame.

20 years ago2003-09-11 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 11 Sep 2003 14:00:55 +0000 (14:00 +0000)] 
2003-09-11  Andrew Cagney  <cagney@redhat.com>

Since the IRIX 4 configuration was forcing K&R mode it hasn't been
buildable since GDB 5.0.
* NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
* configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
* configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
* irix4-nat.c: Delete file.
* config/mips/irix4.mh: Delete file.
* config/mips/irix3.mh: Delete file.
* config/mips/irix3.mt: Delete file.
* config/mips/tm-irix3.h: Delete file.
* config/mips/nm-irix3.h: Delete file.
* config/mips/xm-irix3.h: Delete file.
* config/mips/nm-irix4.h: Delete file.
* config/mips/xm-irix4.h: Delete file.
* config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".

20 years agoAdd enum values for HP extensions to DWARF standard
Nick Clifton [Thu, 11 Sep 2003 11:20:42 +0000 (11:20 +0000)] 
Add enum values for HP extensions to DWARF standard

20 years ago2003-09-10 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 11 Sep 2003 02:34:00 +0000 (02:34 +0000)] 
2003-09-10  Elena Zannoni  <ezannoni@redhat.com>

* mi-main.c (mi_setup_architecture_data): Don't use
DEPRECATED_REGISTER_BYTES because some architecture don't set it
and its default is 0.

20 years ago * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
Joel Brobecker [Thu, 11 Sep 2003 02:00:51 +0000 (02:00 +0000)] 
    * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
        * Makefile.in (hppa-tdep.o): Update dependencies.

20 years agodaily update
Alan Modra [Thu, 11 Sep 2003 00:00:15 +0000 (00:00 +0000)] 
daily update

20 years ago*** empty log message ***
gdbadmin [Thu, 11 Sep 2003 00:00:01 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago* MAINTAINERS: Change my e-mail address.
Jim Wilson [Wed, 10 Sep 2003 23:50:09 +0000 (23:50 +0000)] 
* MAINTAINERS: Change my e-mail address.

20 years ago * ld-elf/merge2.s: New.
Alan Modra [Wed, 10 Sep 2003 23:35:40 +0000 (23:35 +0000)] 
* ld-elf/merge2.s: New.
* ld-elf/merge2.d: New.

20 years ago* MAINTAINERS: Update my e-mail address.
Jim Wilson [Wed, 10 Sep 2003 23:28:13 +0000 (23:28 +0000)] 
* MAINTAINERS: Update my e-mail address.

20 years ago * MAINTAINERS (frv): New ISA entry.
Kevin Buettner [Wed, 10 Sep 2003 21:05:59 +0000 (21:05 +0000)] 
* MAINTAINERS (frv): New ISA entry.

20 years ago2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 10 Sep 2003 20:48:32 +0000 (20:48 +0000)] 
2003-09-10  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.

20 years ago2003-09-10 Dave Brolley <brolley@redhat.com>
Dave Brolley [Wed, 10 Sep 2003 20:40:47 +0000 (20:40 +0000)] 
2003-09-10  Dave Brolley  <brolley@redhat.com>

        * profile.c (slot_names): FM1 was listed twice. Changed first
        instance to FM0. Added IALL, FMALL and FMLOW.
        (print_parallel): Don't examine slots with no insns.

20 years ago * elf32-hppa.c (struct elf32_hppa_link_hash_entry,
Dave Anglin [Wed, 10 Sep 2003 18:46:08 +0000 (18:46 +0000)] 
* elf32-hppa.c (struct elf32_hppa_link_hash_entry,
hppa_link_hash_newfunc, hppa_build_one_stub,
elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static,
allocate_dynrelocs, elf32_hppa_size_dynamic_sections,
elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code
for generating import stubs for calls to statically linked PIC
functions.
(hppa_type_of_stub): Don't generate an import stub for calls to
statically linked pic functions.  Generate import stubs for calls
in a shared object, to functions not in a regular file, and to
defined weak functions.  Add new argument INFO.
(hppa_build_one_stub): Don't undef ADDIL_DP.
(elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
(elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
(final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
non-shared link.  Convert instructions that use the the linkage table
pointer, or a facsimile thereof, to use the global data pointer when
the reloc has been changed.

20 years ago * frv-tdep.c (dis-asm.h): Include.
Kevin Buettner [Wed, 10 Sep 2003 07:32:47 +0000 (07:32 +0000)] 
* frv-tdep.c (dis-asm.h): Include.
* Makefile.in (frv-tdep.o): Update dependencies.

20 years ago * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove
Bob Wilson [Wed, 10 Sep 2003 00:17:29 +0000 (00:17 +0000)] 
* config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove
"move_labels" argument and corresponding call to xtensa_move_labels.
(md_assemble): Add a separate call to xtensa_move_labels and remove
argument for call to xtensa_mark_literal_pool_location.
(xtensa_literal_position, xtensa_switch_to_literal_fragment): Fix
calls to xtensa_mark_literal_pool_location.
(xtensa_create_local_symbol): Delete and inline the code into...
(xtensa_create_literal_symbol): ...here.
(xtensa_frob_label): Combine conditionals.
(expression_maybe_register, xtensa_symbol_new_hook,
fix_new_exp_in_seg): Use symbol_get_tc.

20 years agodaily update
Alan Modra [Wed, 10 Sep 2003 00:00:35 +0000 (00:00 +0000)] 
daily update

20 years ago*** empty log message ***
gdbadmin [Wed, 10 Sep 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago * config/tc-xtensa.c (xtensa_literal_pseudo): Remove code for
Bob Wilson [Tue, 9 Sep 2003 23:41:43 +0000 (23:41 +0000)] 
* config/tc-xtensa.c (xtensa_literal_pseudo): Remove code for
combining identical literals.
(expression_maybe_register): Remove call to find_lit_sym_translation.
(is_duplicate_expression, cache_literal, is_duplicate_literal,
add_lit_sym_translation, find_lit_sym_translation): Delete.

20 years ago2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 9 Sep 2003 23:29:52 +0000 (23:29 +0000)] 
2003-09-09  Jeff Johnston  <jjohnstn@redhat.com>

        * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
        Fix typo for high range of floating registers.

20 years ago2003-09-09 David Carlton <carlton@kealia.com>
David Carlton [Tue, 9 Sep 2003 23:23:05 +0000 (23:23 +0000)] 
2003-09-09  David Carlton  <carlton@kealia.com>

* dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
highpc initialization here out of scan_partial_symbols.
(scan_partial_symbols): Restructure into a recursive version,
calling add_partial_namespace and add_partial_enumeration when
appropriate.
(add_partial_namespace): New.
(add_partial_enumeration, locate_pdi_sibling): Ditto.

20 years agoReverting until I learn how to conform..
David Lecomber [Tue, 9 Sep 2003 23:09:37 +0000 (23:09 +0000)] 
Reverting until I learn how to conform..

20 years ago2003-09-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 22:41:47 +0000 (22:41 +0000)] 
2003-09-09  Andrew Cagney  <cagney@redhat.com>

* rs6000-tdep.c (ppc_push_return_address): Delete function.
(rs6000_push_dummy_call): Set LR to BP_ADDR.
(rs6000_gdbarch_init): Do not set deprecated_push_return_address.
* ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.

20 years ago2003-09-09 Dave Brolley <brolley@redhat.com>
Dave Brolley [Tue, 9 Sep 2003 22:34:53 +0000 (22:34 +0000)] 
2003-09-09  Dave Brolley  <brolley@redhat.com>

        * sim/frv/maddaccs.cgs: move to fr400 subdirectory.
        * sim/frv/msubaccs.cgs: move to fr400 subdirectory.
        * sim/frv/masaccs.cgs: move to fr400 subdirectory.

20 years ago2003-09-09 Dave Brolley <brolley@redhat.com>
Dave Brolley [Tue, 9 Sep 2003 22:29:42 +0000 (22:29 +0000)] 
2003-09-09  Dave Brolley  <brolley@redhat.com>

        * frv-desc.c: Regenerated.

20 years ago2003-09-09 Dave Brolley <brolley@redhat.com>
Dave Brolley [Tue, 9 Sep 2003 22:28:33 +0000 (22:28 +0000)] 
2003-09-09  Dave Brolley  <brolley@redhat.com>

        * frv.c (do_media_average): Select machine using a switch.

20 years ago2003-09-09 Dave Brolley <brolley@redhat.com>
Dave Brolley [Tue, 9 Sep 2003 22:27:28 +0000 (22:27 +0000)] 
2003-09-09  Dave Brolley  <brolley@redhat.com>

        * frv.cpu (media-dual-complex): Change UNIT to FMALL.
        (conditional-media-dual-complex, media-quad-complex): Likewise.

20 years ago2003-09-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 22:21:36 +0000 (22:21 +0000)] 
2003-09-09  Andrew Cagney  <cagney@redhat.com>

* rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
(rs6000_push_dummy_call): Set the "TOC" register.

20 years ago2003-09-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 22:10:57 +0000 (22:10 +0000)] 
2003-09-09  Andrew Cagney  <cagney@redhat.com>

* rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
methods "max_register_raw_size", "max_register_virtual_size" or
"register_virtual_size".

20 years ago * MAINTAINERS: Update my e-mail address.
Ian Lance Taylor [Tue, 9 Sep 2003 20:25:58 +0000 (20:25 +0000)] 
* MAINTAINERS: Update my e-mail address.

20 years ago2003-09-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 20:22:37 +0000 (20:22 +0000)] 
2003-09-09  Andrew Cagney  <cagney@redhat.com>

* rs6000-tdep.c (rs6000_store_struct_return): Delete function.
(rs6000_push_dummy_call): Store the struct return address.
* ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.

20 years ago2003-09-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 18:29:27 +0000 (18:29 +0000)] 
2003-09-09  Andrew Cagney  <cagney@redhat.com>

* ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
"ppc_sysv_abi_push_arguments".
* ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
"ppc_sysv_abi_push_arguments".
* rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
instead of "push_arguments".
(rs6000_push_dummy_call): Replace "rs6000_push_arguments".

20 years agoThis enables the print elements limits to work with multi-dim arrays
David Lecomber [Tue, 9 Sep 2003 16:58:00 +0000 (16:58 +0000)] 
This enables the print elements limits to work with multi-dim arrays
in FORTRAN

20 years agoChange array element access to something similar to way C works.
David Lecomber [Tue, 9 Sep 2003 16:51:54 +0000 (16:51 +0000)] 
Change array element access to something similar to way C works.
The old method would drag in the entire array, then look for the
single element.  This method just gets the right element out instead.
Saves memory, and saves a crash for array with (*) as one of the
dimensions when it would previously have allocated (unsigned int) -1 bytes.

20 years ago2003-09-09 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 15:00:23 +0000 (15:00 +0000)] 
2003-09-09  Andrew Cagney  <cagney@redhat.com>

* sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
instead of CALL_DUMMY_ADDRESS.

20 years agoCorrect small glitch introduced in ChangeLog by last commit.
Paul N. Hilfinger [Tue, 9 Sep 2003 08:17:44 +0000 (08:17 +0000)] 
Correct small glitch introduced in ChangeLog by last commit.

20 years ago2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
Paul N. Hilfinger [Tue, 9 Sep 2003 08:05:43 +0000 (08:05 +0000)] 
2003-09-09  Paul N. Hilfinger  <hilfingr@gnat.com>

* p-lang.c: Eliminate "register".
* c-lang.c: Ditto.
* expprint.c: Ditto.
* f-lang.c: Ditto.
* jv-lang.c: Ditto.
* language.c: Ditto.
* m2-lang.c: Ditto.
* parse.c: Ditto.
* scm-lang.c: Ditto.
* objc-lang.c: Ditto.

20 years agoAdd support for v850e1 machine number.
Nick Clifton [Tue, 9 Sep 2003 06:34:54 +0000 (06:34 +0000)] 
Add support for v850e1 machine number.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 04:41:32 +0000 (04:41 +0000)] 
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* avr-tdep.c: Include "dis-asm.h".
* cris-tdep.c: Include "dis-asm.h".
(cris_delayed_get_disassembler): Use "struct disassemble_info"
instead of corresponding typedef.
* h8300-tdep.c: Include "dis-asm.h".
* ia64-tdep.c: Include "dis-asm.h".
* i386-tdep.c: Include "dis-asm.h".
(i386_print_insn): Use "struct disassemble_info" instead of
corresponding typedef.
* m68k-tdep.c: Include "dis-asm.h".
* mcore-tdep.c: Include "dis-asm.h".
* mips-tdep.c: Include "dis-asm.h".
(gdb_print_insn_mips): Make static, use "struct disassemble_info"
instead of corresponding typedef.
* ns32k-tdep.c: Include "dis-asm.h".
* s390-tdep.c: Include "dis-asm.h".
* sparc-tdep.c: Include "dis-asm.h".
* vax-tdep.c: Include "dis-asm.h".
* v850-tdep.c: Include "dis-asm.h".
* mn10300-tdep.c: Include "dis-asm.h".
* rs6000-tdep.c: Include "dis-asm.h".
* xstormy16-tdep.c: Include "dis-asm.h".
(_initialize_xstormy16_tdep): Delete "extern" declaration of
print_insn_xstormy16.
* Makefile.in (v850-tdep.o): Update dependencies.
(vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
(ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
(m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
(h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
(mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
(gdbarch_h): Remove $(dis_asm_h).
* disasm.c: Include "dis-asm.h".
(dis_asm_read_memory): Use "struct disassemble_info" instead of
corresponding typedef.
(dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
(gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
* gdbarch.sh: Do not include "dis-asm.h".
(struct disassemble_info): Declare opaque.
(TARGET_PRINT_INSN): Update declaration.
* gdbarch.h, gdbarch.c: Re-generate.

20 years ago2003-09-08 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 03:58:18 +0000 (03:58 +0000)] 
2003-09-08  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
CALL_DUMMY_ADDRESS, change to a predicate.
* gdbarch.h, gdbarch.c: Re-generate.
* blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
* infcall.c (call_function_by_hand): Ditto.
* sparc-tdep.c (sparc_push_return_address): Ditto.
(sparc_gdbarch_init): Set deprecated_call_dummy_address.
* xstormy16-tdep.c (xstormy16_push_return_address): Replace
CALL_DUMMY_ADDRESS with entry_point_address.
* v850-tdep.c (v850_push_return_address): Ditto.
* s390-tdep.c (s390_push_return_address): Ditto.
* rs6000-tdep.c (ppc_push_return_address): Ditto.
* mn10300-tdep.c (mn10300_push_return_address): Ditto.
* mcore-tdep.c (mcore_push_return_address): Ditto.
* cris-tdep.c (cris_push_return_address): Ditto.
* arm-tdep.c (arm_push_return_address): Ditto.

20 years ago2003-09-08 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 03:31:07 +0000 (03:31 +0000)] 
2003-09-08  Andrew Cagney  <cagney@redhat.com>

* dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
enum.  Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
and REG_UNMODIFIED to REG_SAME_VALUE.
(execute_cfa_program): Update.
(dwarf2_frame_cache): Update.  Initialize table to
REG_UNSPECIFIED, complain if CFI fails to specify a register's
location.
(dwarf2_frame_prev_register): Update.  Handle REG_UNSPECIFIED.

20 years ago2003-09-08 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Tue, 9 Sep 2003 03:14:02 +0000 (03:14 +0000)] 
2003-09-08  Andrew Cagney  <cagney@redhat.com>

* gnu-nat.c: Remove "inline" function attribute.
* alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.

20 years ago*** empty log message ***
gdbadmin [Tue, 9 Sep 2003 00:00:31 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Tue, 9 Sep 2003 00:00:06 +0000 (00:00 +0000)] 
daily update

20 years ago * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
Kevin Buettner [Mon, 8 Sep 2003 23:21:37 +0000 (23:21 +0000)] 
* config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
target.

20 years agoMake frv-tdep.c use new frame mechanisms.
Kevin Buettner [Mon, 8 Sep 2003 23:01:29 +0000 (23:01 +0000)] 
Make frv-tdep.c use new frame mechanisms.

20 years ago* dwarf2-frame.c (read_encoded_value): Add support for
Mark Kettenis [Mon, 8 Sep 2003 22:43:40 +0000 (22:43 +0000)] 
* dwarf2-frame.c (read_encoded_value): Add support for
DW_EH_PE_aligned encoding.

20 years ago2003-09-08 Michael Chastain <mec@shout.net>
Michael Chastain [Mon, 8 Sep 2003 21:30:52 +0000 (21:30 +0000)] 
2003-09-08  Michael Chastain  <mec@shout.net>

* gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.

20 years ago * infrun.c (normal_stop): Don't print a message if the inferior
Daniel Jacobowitz [Mon, 8 Sep 2003 20:13:48 +0000 (20:13 +0000)] 
* infrun.c (normal_stop): Don't print a message if the inferior
has exited.

20 years ago* Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
Jim Blandy [Mon, 8 Sep 2003 19:22:30 +0000 (19:22 +0000)] 
* Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
* dbxread.c: #include "gdb_assert.h".
(read_dbx_symtab): If the objfile has no .data section, use the
section index for the .bss section instead.

20 years ago * frame.c (deprecated_safe_get_selected_frame): New function.
Daniel Jacobowitz [Mon, 8 Sep 2003 18:56:03 +0000 (18:56 +0000)] 
* frame.c (deprecated_safe_get_selected_frame): New function.
* frame.h (deprecated_safe_get_selected_frame): Add prototype.
* findvar.c (read_var_value): Call it.

20 years ago2003-09-08 Dave Brolley <brolley@redhat.com>
Dave Brolley [Mon, 8 Sep 2003 17:26:20 +0000 (17:26 +0000)] 
2003-09-08  Dave Brolley  <brolley@redhat.com>

        On behalf of Doug Evans <dje@sebabeach.org>
        * Makefile.in (stamp-arch,stamp-cpu,stamp-xcpu): Pass archfile to cgen.

20 years ago2003-09-08 Dave Brolley <brolley@redhat.com>
Dave Brolley [Mon, 8 Sep 2003 17:25:56 +0000 (17:25 +0000)] 
2003-09-08  Dave Brolley  <brolley@redhat.com>

        On behalf of Doug Evans <dje@sebabeach.org>
        * Makefile.in (stamp-arch,stamp-cpu, stamp-desc): Pass archfile to cgen.

20 years ago2003-09-08 Dave Brolley <brolley@redhat.com>
Dave Brolley [Mon, 8 Sep 2003 17:25:35 +0000 (17:25 +0000)] 
2003-09-08  Dave Brolley  <brolley@redhat.com>

        On behalf of Doug Evans <dje@sebabeach.org>
        * Makefile.in (stamp-arch,stamp-cpu): Pass archfile to cgen.
        Remove copying of .cpu file to cgen/cpu, no longer needed.

20 years ago2003-09-08 Dave Brolley <brolley@redhat.com>
Dave Brolley [Mon, 8 Sep 2003 17:24:59 +0000 (17:24 +0000)] 
2003-09-08  Dave Brolley  <brolley@redhat.com>

        On behalf of Doug Evans <dje@sebabeach.org>
        * cgen.sh: New arg archfile.
        * Make-common.in (cgen-arch,cgen-cpu,cgen-defs,cgen-decode,
        cgen-cpu-decode,cgen-desc): Update call to cgen.sh.

20 years ago2003-09-08 Dave Brolley <brolley@redhat.com>
Dave Brolley [Mon, 8 Sep 2003 17:24:05 +0000 (17:24 +0000)] 
2003-09-08  Dave Brolley  <brolley@redhat.com>

        On behalf of Doug Evans <dje@sebabeach.org>
        * Makefile.am (run-cgen): Pass new args archfile and opcfile
        to cgen.sh.
        (stamp-ip2k,stamp-m32r,stamp-fr30,stamp-frv,stamp-openrisc,
        stamp-iq2000,stamp-xstormy16): Pass paths of .cpu and .opc files
        to cgen.sh.
        (stamp-frv): Delete hardcoded path spec workaround.
        * Makefile.in: Regenerate.
        * cgen.sh: New args archfile and opcfile.  Pass on to cgen.

20 years ago * archures.c: Add new machine names for hppa.
Joel Brobecker [Mon, 8 Sep 2003 16:46:02 +0000 (16:46 +0000)] 
    * archures.c: Add new machine names for hppa.
        * bfd-in2.h: Regenerate.
        * cpu-hppa.c: Use the new machine names.

20 years ago * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
Corinna Vinschen [Mon, 8 Sep 2003 11:26:21 +0000 (11:26 +0000)] 
* Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
(sh64-tdep.o): Add dependencies.
* configure.tgt: Add FIXME to sh-*-linux*.
* sh-tdep.c: Move sh64 support to sh64-tdep.c.
(sh_gdbarch_init): Always set correct sh_show_regs function
pointer.  Call sh64_gdbarch_init() if machine type is sh5.
* sh-tdep.h: Move sh64 support to sh64-tdep.c.
* sh64-tdep.c: New file, containing all sh64 related code from
sh-tdep.c.
* config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
* config/sh/linux.mt (TDEPFILES): Ditto.
* config/sh/nbsd.mt (TDEPFILES): Ditto.
* config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
* config/sh/wince.mt (TDEPFILES): Ditto.

20 years ago2003-09-07 Michael Chastain <mec@shout.net>
Michael Chastain [Mon, 8 Sep 2003 02:00:11 +0000 (02:00 +0000)] 
2003-09-07  Michael Chastain  <mec@shout.net>

* gdb.cp/classes.exp: Accommodate both 'syntax error' and
'parse error'.

20 years agodaily update
Alan Modra [Mon, 8 Sep 2003 00:00:06 +0000 (00:00 +0000)] 
daily update

20 years ago*** empty log message ***
gdbadmin [Mon, 8 Sep 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
Daniel Jacobowitz [Sun, 7 Sep 2003 18:49:44 +0000 (18:49 +0000)] 
* lin-lwp.c (detach_callback): Don't call stop_wait_callback.
(stop_wait_callback): Handle !lp->signalled also.
(lin_lwp_has_pending, flush_callback): New functions.
(lin_lwp_wait): Call flush_callback.
* linux-proc.c (linux_proc_add_line_to_sigset): New function.
(linux_proc_pending_signals): New function.
* linux-nat.h (linux_proc_pending_signals): Add prototype.

20 years ago* gdb.arch/i386-prologue.exp: Add checks for saved registers.
Mark Kettenis [Sun, 7 Sep 2003 16:38:00 +0000 (16:38 +0000)] 
* gdb.arch/i386-prologue.exp: Add checks for saved registers.

20 years ago From Nick Kelsey <nickk@ubicom.com>:
Daniel Jacobowitz [Sun, 7 Sep 2003 15:15:01 +0000 (15:15 +0000)] 
From Nick Kelsey <nickk@ubicom.com>:
* infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
when the stop PC is at the beginning of a function also.

20 years agoFix description of comment character for PPC.
Nick Clifton [Sun, 7 Sep 2003 12:28:09 +0000 (12:28 +0000)] 
Fix description of comment character for PPC.

20 years ago * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
Daniel Jacobowitz [Sun, 7 Sep 2003 01:36:00 +0000 (01:36 +0000)] 
* arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
(arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.

20 years ago*** empty log message ***
gdbadmin [Sun, 7 Sep 2003 00:00:31 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Sun, 7 Sep 2003 00:00:06 +0000 (00:00 +0000)] 
daily update

20 years agomerge from gcc
DJ Delorie [Sat, 6 Sep 2003 23:51:12 +0000 (23:51 +0000)] 
merge from gcc

20 years ago * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
Stephane Carrez [Sat, 6 Sep 2003 21:09:40 +0000 (21:09 +0000)] 
* elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
all_local_syms member.
* elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
to get the local symbols.

20 years ago* sol-thread.c: Include "gdb_string.h".
Mark Kettenis [Sat, 6 Sep 2003 21:09:21 +0000 (21:09 +0000)] 
* sol-thread.c: Include "gdb_string.h".

20 years ago * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
Stephane Carrez [Sat, 6 Sep 2003 20:55:50 +0000 (20:55 +0000)] 
* elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
(elf_backend_special_sections): Define.a

PR savannah/4950:
* elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors
section is read-only.

20 years ago PR savannah/4358:
Stephane Carrez [Sat, 6 Sep 2003 20:43:05 +0000 (20:43 +0000)] 
PR savannah/4358:
* config/tc-m68hc11.c (s_m68hc11_relax): Use 2 for size to avoid
overflow complain.

20 years agodaily update
Alan Modra [Sat, 6 Sep 2003 00:00:13 +0000 (00:00 +0000)] 
daily update

20 years ago*** empty log message ***
gdbadmin [Sat, 6 Sep 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agoAdd support for v850e1 instructions
Nick Clifton [Fri, 5 Sep 2003 17:46:52 +0000 (17:46 +0000)] 
Add support for v850e1 instructions

20 years agogas/
Richard Sandiford [Fri, 5 Sep 2003 07:18:27 +0000 (07:18 +0000)] 
gas/
* config/tc-frv.c (md_pcrel_from_section): Heed TC_FORCE_RELOCATION.

gas/testsuite/
* gas/frv/reloc1.[sd]: New test.
* gas/frv/allinsn.exp: Run it.

20 years ago*** empty log message ***
gdbadmin [Fri, 5 Sep 2003 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Fri, 5 Sep 2003 00:00:05 +0000 (00:00 +0000)] 
daily update

20 years ago* configure: Regenerate.
DJ Delorie [Thu, 4 Sep 2003 22:53:35 +0000 (22:53 +0000)] 
* configure: Regenerate.

20 years ago2003-09-04 Dave Brolley <brolley@redhat.com>
Dave Brolley [Thu, 4 Sep 2003 22:46:10 +0000 (22:46 +0000)] 
2003-09-04  Dave Brolley  <brolley@redhat.com>

        * frv.cpu (register-transfer): Pass in all attributes in on argument.
        Update all callers.
        (conditional-register-transfer): Ditto.
        (cache-preload): Ditto.
        (floating-point-conversion): Ditto.
        (floating-point-neg): Ditto.
        (float-abs): Ditto.
        (float-binary-op-s): Ditto.
        (conditional-float-binary-op): Ditto.
        (ne-float-binary-op): Ditto.
        (float-dual-arith): Ditto.
        (ne-float-dual-arith): Ditto.

20 years ago* gcore.c: Reorder include files in alphabetical order. Include
Mark Kettenis [Thu, 4 Sep 2003 21:05:49 +0000 (21:05 +0000)] 
* gcore.c: Reorder include files in alphabetical order.  Include
"gdb_assert.h".  Various coding style fixes.
(derive_stack_segment, derive_heap_segment): Replace check for
non-null BOTTOM and TOP with gdb_assert.
(derive_heap_segment): Replace check for successful creation of
ZERO with gdb_assert.
(make_mem_sec): Use bfd_section_lma to set OSEC->lma.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 4 Sep 2003 21:03:37 +0000 (21:03 +0000)] 
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* thread-db.c (verbose_dlsym): New function.
(thread_db_load): Use verbose_dlsym
(thread_db_new_objfile): Print that libthread_db was loaded, and
that thread debugging was enabled.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 4 Sep 2003 18:55:35 +0000 (18:55 +0000)] 
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* configure.tgt: Add "mips64*-*-*" target.  Delete
mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
mips*-sony-*, and mips64*-*-elf* targets.
* config/mips/embedl.mt: Delete file.
* config/mips/embedl64.mt: Delete file.
* config/mips/mips.mt: Delete file.
* config/mips/mips64.mt: Delete file.
* config/mips/tm-embed.h: Delete file.
* config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/embed64.mt: Delete out-of-date comment.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 4 Sep 2003 18:04:25 +0000 (18:04 +0000)] 
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* hppa-tdep.c (hppa_gdbarch_init): Set
"have_nonsteppable_watchpoint".
* config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* mips-tdep.c (mips_dump_tdep): Do not print
HAVE_NONSTEPPABLE_WATCHPOINT.
(mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
* config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.

20 years ago * breakpoint.c (watchpoint_check): Remove accidentally checked in
Corinna Vinschen [Thu, 4 Sep 2003 17:41:48 +0000 (17:41 +0000)] 
* breakpoint.c (watchpoint_check): Remove accidentally checked in
unused code.  Add comment.

20 years ago * breakpoint.c (watchpoint_check): Check for pc being in an
Corinna Vinschen [Thu, 4 Sep 2003 17:24:53 +0000 (17:24 +0000)] 
* breakpoint.c (watchpoint_check): Check for pc being in an
epilogue if watchpoint frame couldn't be found.

20 years ago2003-09-04 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 4 Sep 2003 16:48:42 +0000 (16:48 +0000)] 
2003-09-04  Andrew Cagney  <cagney@redhat.com>

* Makefile.in: Re-generate all dependencies.

20 years agoMatch GNU/KFreeBSD with new kfreebsd*-gnu triplet.
Nick Clifton [Thu, 4 Sep 2003 12:33:44 +0000 (12:33 +0000)] 
Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.

This page took 0.040793 seconds and 4 git commands to generate.