deliverable/binutils-gdb.git
21 years agoUpdate URL
Nick Clifton [Fri, 30 May 2003 07:30:26 +0000 (07:30 +0000)] 
Update URL

21 years agoUse gdbarch methods for solib stuff on PowerPC Linux.
Jim Blandy [Fri, 30 May 2003 03:44:05 +0000 (03:44 +0000)] 
Use gdbarch methods for solib stuff on PowerPC Linux.
* config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
show through.
* ppc-linux-tdep.c (ppc_linux_init_abi): Register
IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
giving the same effect as the #definitions above.

21 years ago * config/tc-alpha.c (alpha_cur_ent_sym): Remove.
Richard Henderson [Fri, 30 May 2003 03:01:12 +0000 (03:01 +0000)] 
    * config/tc-alpha.c (alpha_cur_ent_sym): Remove.
        (all_frame_data, plast_frame_data, cur_frame_data): New.
        (s_alpha_ent): Record data for dwarf2 cfi.
        (s_alpha_end, s_alpha_mask, s_alpha_frame, s_alpha_prologue): Likewise.[
        (alpha_elf_md_end): Emit dwarf2 cfi for ecoff unwind directives.
        * config/tc-alpha.h (md_end): New.
        (DWARF2_DEFAULT_RETURN_COLUMN): New.
        (DWARF2_CIE_DATA_ALIGNMENT): New.

        * gas/alpha/elf-reloc-8.d: Add .eh_frame relocs.
        * gas/cfi/cfi-alpha-1.d: New.
        * gas/cfi/cfi-alpha-1.s: New.
        * gas/cfi/cfi.exp: Run it.

21 years ago * gdb.asm/alpha.inc: New file.
Richard Henderson [Fri, 30 May 2003 02:51:46 +0000 (02:51 +0000)] 
    * gdb.asm/alpha.inc: New file.
        * gdb.asm/asm-source.exp: Use it.

21 years ago* objc-lang.c (CONVERT_FUNCPTR): Remove macro
Adam Fedor [Fri, 30 May 2003 02:45:21 +0000 (02:45 +0000)] 
* objc-lang.c (CONVERT_FUNCPTR): Remove macro
(find_implementation_from_class): Replace it with the standard
case i.e. do nothing.

21 years ago*** empty log message ***
gdbadmin [Fri, 30 May 2003 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Fri, 30 May 2003 00:00:04 +0000 (00:00 +0000)] 
daily update

21 years ago * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
Alan Modra [Thu, 29 May 2003 23:50:04 +0000 (23:50 +0000)] 
* elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
signalled thread.
(elfcore_grok_nto_gregs): Only make .reg section for the active thread.

21 years ago * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
Richard Henderson [Thu, 29 May 2003 23:02:53 +0000 (23:02 +0000)] 
* alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
(alpha_linux_sigtramp_offset): Use it.  Make static.
(alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
update for new frame model.
* alpha-mdebug-tdep.c: New file.
* alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
(alpha_osf1_init_abi): Install it.
* alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
(linked_proc_desc_table): Remove.
(alpha_frame_past_sigtramp_frame): Remove.
(alpha_dynamic_sigtramp_offset): Remove.
(ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
(alpha_proc_desc_is_dyn_sigtramp): Remove.
(alpha_set_proc_desc_is_dyn_sigtramp): Remove.
(push_sigtramp_desc): Remove.
(alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
(alpha_cannot_store_register): Likewise.
(alpha_sigcontext_addr): Remove.
(alpha_find_saved_regs): Remove.
(alpha_frame_init_saved_regs): Remove.
(alpha_init_frame_pc_first): Remove.
(read_next_frame_reg): Remove.
(alpha_frame_saved_pc): Remove.
(alpha_saved_pc_after_call): Remove.
(temp_proc_desc, temp_saved_regs): Remove.
(alpha_about_to_return): Remove.
(cached_proc_desc): Remove.
(alpha_frame_chain): Remove.
(alpha_print_extra_frame_info): Remove.
(alpha_init_extra_frame_info): Remove.
(alpha_frame_locals_address): Remove.
(alpha_frame_args_address): Remove.
(alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
(alpha_push_dummy_frame): Remove.
(alpha_pop_frame): Remove.
(alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
(alpha_read_insn): New.
(alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
for different insn encodings.
(alpha_in_lenient_prologue): Remove.
(struct alpha_sigtramp_unwind_cache): New.
(alpha_sigtramp_frame_unwind_cache): New.
(alpha_sigtramp_register_address): New.
(alpha_sigtramp_frame_this_id): New.
(alpha_sigtramp_frame_prev_register): New.
(alpha_sigtramp_frame_unwind): New.
(alpha_sigtramp_frame_p): New.
(struct alpha_heuristic_unwind_cache): New.
(alpha_heuristic_proc_start): Rename from heuristic_proc_start;
don't count nop insns that occur between functions.
(alpha_heuristic_frame_unwind_cache): New; incorporate much of
heuristic_proc_desc, but without the mdebug wrapping.
(alpha_heuristic_frame_this_id): New.
(alpha_heuristic_frame_prev_register): New.
(alpha_heuristic_frame_unwind): New.
(alpha_heuristic_frame_p): New.
(alpha_heuristic_frame_base_address): New.
(alpha_heuristic_frame_base): New.
(alpha_unwind_dummy_id): New.
(alpha_unwind_pc): New.
(alpha_gdbarch_init): Don't set skip_sigtramp_frame.  Kill use of
frame related deprecated initializations; install replacements.
(alpha_dump_tdep): Remove.
* alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
(alpha_read_insn, alpha_after_prologue,
alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
alpha_heuristic_frame_prev_register,
alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
* config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
* config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
* config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.

21 years ago* gdb.base/corefile.exp: Find corefiles on Linux, which names them
Jim Blandy [Thu, 29 May 2003 23:00:02 +0000 (23:00 +0000)] 
* gdb.base/corefile.exp: Find corefiles on Linux, which names them
'core.PID'.

21 years ago* linux-low.c (usr_store_inferior_registers): Transfer buf in
Jim Blandy [Thu, 29 May 2003 22:56:50 +0000 (22:56 +0000)] 
* linux-low.c (usr_store_inferior_registers): Transfer buf in
PTRACE_XFER_TYPE-sized chunks, not int-sized chunks.  Otherwise,
if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
away part of the register's value.

21 years ago2003-05-29 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 29 May 2003 21:22:45 +0000 (21:22 +0000)] 
2003-05-29  Andrew Cagney  <cagney@redhat.com>

* gdb_assert.h (gdb_assert_fail): Provide different definitions
dependant on the availability of ASSERT_FUNCTION.
(ASSERT_FUNCTION): Do not define when there is no function name.

21 years ago From Jimi X <jimix@watson.ibm.com>:
Kevin Buettner [Thu, 29 May 2003 19:47:14 +0000 (19:47 +0000)] 
From Jimi X <jimix@watson.ibm.com>:
* rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.

21 years agoAdd i386-*-freebsd* entry.
Nick Clifton [Thu, 29 May 2003 18:17:55 +0000 (18:17 +0000)] 
Add i386-*-freebsd* entry.

21 years ago* configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
Jason Thorpe [Thu, 29 May 2003 17:38:52 +0000 (17:38 +0000)] 
* configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
correctly for more recent versions of NetBSD.
(alpha*-*-netbsd*): Remove.
(i[3-7]86-*-netbsd*): Remove.

21 years agoChange Mitsubishi to Renesas
Nick Clifton [Thu, 29 May 2003 17:37:03 +0000 (17:37 +0000)] 
Change Mitsubishi to Renesas

21 years agoReplace <ctype.h> with "safe-ctype.h"
Nick Clifton [Thu, 29 May 2003 15:05:41 +0000 (15:05 +0000)] 
Replace <ctype.h> with "safe-ctype.h"

21 years agoImport patch to add FreeBSD support.
Nick Clifton [Thu, 29 May 2003 14:02:04 +0000 (14:02 +0000)] 
Import patch to add FreeBSD support.

21 years ago * elfxx-mips.c: Don't force symbols local unconditionally.
Thiemo Seufer [Thu, 29 May 2003 02:28:32 +0000 (02:28 +0000)] 
* elfxx-mips.c: Don't force symbols local unconditionally.

21 years ago* ld-elf/elf.exp: Use if_elf_format.
Jason Thorpe [Thu, 29 May 2003 00:16:46 +0000 (00:16 +0000)] 
* ld-elf/elf.exp: Use if_elf_format.
* ld-elf/sec64k.exp: Likewise.
* ld-elfcomm/elfcomm.exp: Likewise.
* lib/ld-lib.exp (is_elf_format): Match hppa*64*-*-hpux*.

21 years agodaily update
Alan Modra [Thu, 29 May 2003 00:00:05 +0000 (00:00 +0000)] 
daily update

21 years ago*** empty log message ***
gdbadmin [Thu, 29 May 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago* ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
Jim Blandy [Wed, 28 May 2003 22:39:02 +0000 (22:39 +0000)] 
* ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
argument to ptrace to int; the system headers should give it the
right type, and pointers don't fit in ints on powerpc64-*-*.

21 years ago2003-05-28 Alan Modra <amodra@bigpond.net.au>
H.J. Lu [Wed, 28 May 2003 20:27:51 +0000 (20:27 +0000)] 
2003-05-28  Alan Modra  <amodra@bigpond.net.au>

* elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
undefined_symbol call.

21 years ago2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 28 May 2003 20:25:10 +0000 (20:25 +0000)] 
2003-05-28  H.J. Lu <hongjiu.lu@intel.com>

* dwarf2read.c (process_die): Handle DW_TAG_try_block and
DW_TAG_catch_block.

21 years ago* Makefile.tpl: Make maybe-check-gcc .PHONY.
DJ Delorie [Wed, 28 May 2003 19:16:29 +0000 (19:16 +0000)] 
* Makefile.tpl: Make maybe-check-gcc .PHONY.
* Makefile.in: Regenerate.

21 years ago2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 28 May 2003 17:51:42 +0000 (17:51 +0000)] 
2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>

        * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.

21 years ago*** empty log message ***
gdbadmin [Wed, 28 May 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago* aclocal.m4: Don't add wcwidth.o if we don't have wchar.h.
Mark Kettenis [Tue, 27 May 2003 23:29:47 +0000 (23:29 +0000)] 
* aclocal.m4: Don't add wcwidth.o if we don't have wchar.h.
* configure: Regenerate.

21 years ago * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into the
Richard Henderson [Tue, 27 May 2003 19:19:29 +0000 (19:19 +0000)] 
    * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into the
        symbol_create call.
        (current_location): Use symbol_temp_new_now.
        * stabs.c (s_stab_generic): Use symbol_temp_new.
        * symbols.c (temp_label_name): Remove.
        (symbol_temp_new, symbol_temp_make): Use FAKE_LABEL_NAME.

21 years ago * dw2gencfi.c, dw2gencfi.h: Rewrite from scratch.
Richard Henderson [Tue, 27 May 2003 16:52:49 +0000 (16:52 +0000)] 
    * dw2gencfi.c, dw2gencfi.h: Rewrite from scratch.
        * as.c (main): Always call cfi_finish.
        * config/tc-i386.c (x86_dwarf2_return_column): New.
        (x86_cie_data_alignment): New.
        (md_begin): Set them.
        (tc_x86_cfi_init): Remove.
        (tc_x86_regname_to_dw2regnum): Fix 32-bit register numbers;
        return int, not unsigned long; don't as_bad here.
        (tc_x86_frame_initial_instructions): Streamline; use
        updated api.
        * config/tc-i386.h (tc_cfi_init): Remove.
        (DWARF2_DEFAULT_RETURN_COLUMN): New.
        (DWARF2_CIE_DATA_ALIGNMENT): New.

        * gas/cfi/cfi-i386.d: Update for dw2gencfi rewrite.
        * gas/cfi/cfi-x86_64.d: Likewise.
        * gas/cfi/cfi-i386-2.d: New.
        * gas/cfi/cfi-i386-2.s: New.

21 years ago * symbols.c (temp_label_name): New.
Richard Henderson [Tue, 27 May 2003 16:00:04 +0000 (16:00 +0000)] 
    * symbols.c (temp_label_name): New.
        (symbol_temp_new, symbol_temp_new_now, symbol_temp_make): New.
        (symbol_set_value_now): New.
        * symbols.h: Prototype them.
        * dwarf2dbg.c: Use them.
        (fake_label_name, symbol_new_now, set_symbol_value_now): Remove.

21 years ago * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
Richard Sandiford [Tue, 27 May 2003 08:04:12 +0000 (08:04 +0000)] 
* elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
(mips_elf_link_hash_table): Likewise.

21 years ago*** empty log message ***
gdbadmin [Tue, 27 May 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago2003-05-26 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Mon, 26 May 2003 19:35:53 +0000 (19:35 +0000)] 
2003-05-26  Elena Zannoni  <ezannoni@redhat.com>

* stabsread.c (dbx_lookup_type): Make static.
(read_type): Ditto.
(add_undefined_type): Ditto.
* stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
not export.

21 years ago2003-05-26 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Mon, 26 May 2003 19:34:06 +0000 (19:34 +0000)] 
2003-05-26  Elena Zannoni  <ezannoni@redhat.com>

* hpread.c (hpread_has_name): Make static.
(hpread_psymtab_to_symtab): Ditto.
(file_exists): Ditto.
(hpread_call_pxdb): Ditto.
(hpread_pxdb_needed): Ditto.
(hpread_quick_traverse): Ditto.
(hpread_get_header): Ditto.
(hpread_get_lntt): Ditto.
(hpread_get_slt): Ditto.
(class_of): Ditto.

21 years ago* emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
Maciej W. Rozycki [Mon, 26 May 2003 11:56:26 +0000 (11:56 +0000)] 
* emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
trap on pointer crops.

21 years ago*** empty log message ***
gdbadmin [Mon, 26 May 2003 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
Andreas Schwab [Sun, 25 May 2003 21:15:20 +0000 (21:15 +0000)] 
* m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
stack_align and deprecated_extra_stack_alignment_needed.
(m68k_stack_align): Delete.

21 years ago * m68k-tdep.c (m68k_register_raw_size): Remove cast.
Andreas Schwab [Sun, 25 May 2003 18:50:55 +0000 (18:50 +0000)] 
* m68k-tdep.c (m68k_register_raw_size): Remove cast.
(m68k_register_virtual_size): Likewise.
(altos_skip_prologue): Remove obsolete function.
(isi_frame_num_args): Likewise.
(news_frame_num_args): Likewise.
(m68k_fix_call_dummy): Make static.
(m68k_push_dummy_frame): Likewise.
(m68k_pop_frame): Likewise.
(m68k_skip_prologue): Likewise.
(m68k_frame_init_saved_regs): Likewise.
(m68k_saved_pc_after_call): Likewise.
(m68k_get_longjmp_target): Make multi-arch.
(m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
structure.  Register m68k_get_longjmp_target if enabled.
* m68k-tdep.h (struct gdbarch_tdep): Define.
* config/m68k/tm-m68k.h: Don't include "regcache.h".

* Makefile.in (config.status): Also depend on configure.tgt
and configure.host.
(m68klinux-tdep.o): Update dependencies.
* configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
* m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
(M68K_LINUX_JB_PC): Define.
(m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
and take additional parameter.
(m68k_linux_sigtramp_saved_pc): Update.
(m68k_linux_init_abi): Set jb_pc and jb_elt_size.  Register
m68k_linux_pc_in_sigtramp, in_plt_section,
find_solib_trampoline_target.
* config/m68k/tm-linux.h: Don't include any tm headers.
(START_INFERIOR_TRAPS_EXPECTED): Remove definition.
(JB_ELEMENT_SIZE): Likewise.
(JB_PC): Likewise.
(GET_LONGJMP_TARGET): Likewise.
(IN_SIGTRAMP): Likewise.
(SVR4_SHARED_LIBS): Define this and include "solib.h".

21 years ago* sparc-tdep.c (sparc32_do_push_arguments): New function.
Mark Kettenis [Sun, 25 May 2003 15:47:26 +0000 (15:47 +0000)] 
* sparc-tdep.c (sparc32_do_push_arguments): New function.
(sparc32_push_arguments): Re-implement by calling
sparc32_do_push_arguments.

21 years ago* ld-mips-elf/mips-elf.exp: Make all NetBSD targets match as elf.
Jason Thorpe [Sun, 25 May 2003 14:36:19 +0000 (14:36 +0000)] 
* ld-mips-elf/mips-elf.exp: Make all NetBSD targets match as elf.

21 years ago* sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
Mark Kettenis [Sun, 25 May 2003 11:58:08 +0000 (11:58 +0000)] 
* sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
SPARC_O1_REGNUM): New defines.
(sparc32_extract_return_value): Rewrite to operate on a regcache.
(sparc32_store_return_value): New function.
(sparc_extract_struct_value_address): Rewrite to operate on a
regcache.
(sparc_gdbarch_init): Don't set
deprecated_extract_struct_value_address.  Set
extract_struct_value_address instead. Don't set
deprecated_extract_return_value and deprecated_store_return_value
for 32-bit targets.  Set extract_return_value and
store_return_value instead.
* config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
DEPRECTAED_EXTRACT_RETURN_VALUE,
DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
(STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
(sparc_store_return_value): Remove prototype.
(sparc32_store_return_value): New prototype.
(sparc32_extract_return_value, sparc_extract_struct_value_address):
Adjust prototypes.

21 years ago*** empty log message ***
gdbadmin [Sun, 25 May 2003 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago* sparcnbsd-tdep.c: Include "gdb_string.h".
Mark Kettenis [Sat, 24 May 2003 12:45:12 +0000 (12:45 +0000)] 
* sparcnbsd-tdep.c: Include "gdb_string.h".

21 years ago2003-05-23 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Sat, 24 May 2003 04:22:23 +0000 (04:22 +0000)] 
2003-05-23  Jason Eckhardt  <jle@rice.edu>
gas:
        * config/tc-i860.c (target_xp): Declare variable.
        (OPTION_XP): Declare macro.
        (md_longopts): Add option -mxp.
        (md_parse_option): Set target_xp.
        (md_show_usage): Add -mxp usage.
        (i860_process_insn): Recognize XP registers bear, ccr, p0-p3.
        (md_assemble): Don't try expansions if XP_ONLY is set.
        * doc/c-i860.texi: Document -mxp option.

gas/testsuite:
        * gas/i860/xp.s: New file.
        * gas/i860/xp.d: New file.

include/opcode:
        * i860.h (expand_type): Add XP_ONLY.
        (scyc.b): New XP instruction.
        (ldio.l): Likewise.
        (ldio.s): Likewise.
        (ldio.b): Likewise.
        (ldint.l): Likewise.
        (ldint.s): Likewise.
        (ldint.b): Likewise.
        (stio.l): Likewise.
        (stio.s): Likewise.
        (stio.b): Likewise.
        (pfld.q): Likewise.

opcodes:
        * i860-dis.c (crnames): Add bear, ccr, p0, p1, p2, p3.
        (print_insn_i860): Grab 4 bits of the control register field
        instead of 3.

21 years ago2003-05-23 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 24 May 2003 03:21:42 +0000 (03:21 +0000)] 
2003-05-23  Andrew Cagney  <cagney@redhat.com>

* p-valprint.c (pascal_val_print): Replace extract_address with
the inline equivalent extract_unsigned_integer.
* jv-valprint.c (java_value_print): Ditto.
* ada-valprint.c (ada_val_print_1): Ditto.
* ada-lang.h (EXTRACT_ADDRESS): Ditto.

21 years ago*** empty log message ***
gdbadmin [Sat, 24 May 2003 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago2003-05-23 Eric Christopher <echristo@redhat.com>
Eric Christopher [Fri, 23 May 2003 22:26:20 +0000 (22:26 +0000)] 
2003-05-23  Eric Christopher  <echristo@redhat.com>

        * config/tc-mips.c (macro_build_jalr): Warning patrol.

21 years ago* blockframe.c (frameless_look_for_prologue): Remove unused
Theodore A. Roth [Fri, 23 May 2003 17:05:19 +0000 (17:05 +0000)] 
* blockframe.c (frameless_look_for_prologue): Remove unused
after_prologue variable.

21 years ago* blockframe.c (get_pc_function_start): Rewrite to avoid
Mark Kettenis [Fri, 23 May 2003 16:59:13 +0000 (16:59 +0000)] 
* blockframe.c (get_pc_function_start): Rewrite to avoid
asignments in if-statements.

21 years ago2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
Elena Zannoni [Fri, 23 May 2003 16:16:00 +0000 (16:16 +0000)] 
2003-05-23  Raoul Gough  <RaoulGough@yahoo.co.uk>

Committed by Elena Zannoni  <ezannoni@redhat.com>.
   * coffread.c(coff_symtab_read): Do relocate static symbols from PE
files, don't relocate absolute symbols (and do use mst_abs).

21 years ago2003-05-23 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 23 May 2003 16:02:30 +0000 (16:02 +0000)] 
2003-05-23  Andrew Cagney  <cagney@redhat.com>

* objc-lang.c: Include "gdb_assert.h".
(objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
(CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
(gdb_check, gdb_check_fatal): Delete functions.
(read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
gdb_assert.
(parse_selector, parse_method, find_methods, find_imps): Ditto.
* Makefile.in (objc-lang.o): Update dependencies.

21 years ago* gas/i860/i860.exp: Don't call exit if the target isn't an i860.
Richard Earnshaw [Fri, 23 May 2003 11:03:35 +0000 (11:03 +0000)] 
* gas/i860/i860.exp: Don't call exit if the target isn't an i860.

21 years agodaily update
Alan Modra [Fri, 23 May 2003 00:00:06 +0000 (00:00 +0000)] 
daily update

21 years ago*** empty log message ***
gdbadmin [Fri, 23 May 2003 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago * disasm.c (gdb_disassemble_info): Initialize disassemble_info
Ian Lance Taylor [Thu, 22 May 2003 23:00:15 +0000 (23:00 +0000)] 
* disasm.c (gdb_disassemble_info): Initialize disassemble_info
with fprintf_filtered, not fprintf_unfiltered.

21 years ago* gdb.base/corefile.exp: Tolerate stuff after argument parens in
Jim Blandy [Thu, 22 May 2003 22:35:45 +0000 (22:35 +0000)] 
* gdb.base/corefile.exp: Tolerate stuff after argument parens in
backtrace.

21 years ago2003-05-22 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 22 May 2003 18:37:05 +0000 (18:37 +0000)] 
2003-05-22  Andrew Cagney  <cagney@redhat.com>

* stack.c (frame_info): Inline extract_address, replacing it with
extract_unsigned_integer.
* findvar.c (unsigned_pointer_to_address): Ditto.
* dwarf2loc.c (dwarf_expr_read_reg): Ditto.
* dwarf2expr.c (dwarf2_read_address): Ditto.
* frame.c (frame_pc_unwind): Update comment.
* dummy-frame.c (deprecated_read_register_dummy): Update comment.

21 years ago2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 22 May 2003 15:46:20 +0000 (15:46 +0000)] 
2003-05-22  Jeff Johnston  <jjohnstn@redhat.com>

        * infptrace.c (detach): Call print_sys_errmsg rather than
        perror_with_name to issue warning message when errno is non-zero
        after calling ptrace detach.

21 years ago * gas/mips/jal-newabi.s: New file, testcase for NewABI xgot jal macro.
Thiemo Seufer [Thu, 22 May 2003 12:13:43 +0000 (12:13 +0000)] 
* gas/mips/jal-newabi.s: New file, testcase for NewABI xgot jal macro.
* gas/mips/jal-newabi.d: Likewise.
* gas/mips/mips.exp: Add new testcase.

21 years ago * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
Thiemo Seufer [Thu, 22 May 2003 09:27:52 +0000 (09:27 +0000)] 
* elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
R_MIPS_GNU_REL16_S2 support.
(bfd_elf64_bfd_reloc_type_lookup): Use it.
(mips_elf64_rtype_to_howto): Use it.
* elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
R_MIPS_GNU_REL16_S2 support.
(bfd_elf32_bfd_reloc_type_lookup): Use it.
(mips_elf_n32_rtype_to_howto): Use it.

21 years ago * config/tc-mips.c (append_insn): Use actual relocation size for new
Thiemo Seufer [Thu, 22 May 2003 09:19:33 +0000 (09:19 +0000)] 
* config/tc-mips.c (append_insn): Use actual relocation size for new
fixp's. Don't relax overflow checking for partial_inplace relocations.
Use the actual relocation type in combined relocs, not just the type
of the first one.
(macro_build_jalr): Use actual relocation size for new fix.
(s_cpsetup, s_gpdword): Likewise.

21 years ago * config/tc-mips.c (macro): Don't use uninitialized tempreg.
Thiemo Seufer [Thu, 22 May 2003 09:15:12 +0000 (09:15 +0000)] 
* config/tc-mips.c (macro): Don't use uninitialized tempreg.

21 years agoDo not producesection relative offsets for relocs that will not be based on the
Nick Clifton [Thu, 22 May 2003 08:57:32 +0000 (08:57 +0000)] 
Do not producesection relative offsets for relocs that will not be based on the
section symbol.

21 years ago * som.h: Define PA_2_0 before including a.out.h
Dave Anglin [Thu, 22 May 2003 03:34:52 +0000 (03:34 +0000)] 
* som.h: Define PA_2_0 before including a.out.h

21 years ago* configure.in: Use curly braces in the definition of tooldir.
DJ Delorie [Thu, 22 May 2003 02:47:53 +0000 (02:47 +0000)] 
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

21 years ago* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
DJ Delorie [Thu, 22 May 2003 02:36:57 +0000 (02:36 +0000)] 
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
newlib or libgloss.
* Makefile.in: Regenerate.

21 years ago * config/pa/tm-hppa.h: Delete some unused macros. Move some
Joel Brobecker [Thu, 22 May 2003 02:04:05 +0000 (02:04 +0000)] 
    * config/pa/tm-hppa.h: Delete some unused macros. Move some
        macro definitions from here...
        * hppa-tdep.c: ...to there.

21 years agodaily update
Alan Modra [Thu, 22 May 2003 00:00:06 +0000 (00:00 +0000)] 
daily update

21 years ago*** empty log message ***
gdbadmin [Thu, 22 May 2003 00:00:01 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago2003-05-07 Eric Christopher <echristo@redhat.com>
Eric Christopher [Wed, 21 May 2003 21:53:33 +0000 (21:53 +0000)] 
2003-05-07  Eric Christopher  <echristo@redhat.com>
    Alexandre Oliva   <aoliva@redhat.com>

* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
pic tests, change to warning.
(_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.

2003-05-07  Eric Christopher  <echristo@redhat.com>

        * config/tc-mips.c (mips_abicalls): New variable.
        (md_parse_option): Use.
        (s_option): Ditto.
        (s_abicalls): Ditto.
        (mips_elf_final_processing): Set EF_MIPS_PIC and
        EF_MIPS_CPIC dependent on above.

21 years ago* Makefile.tpl: Add missing empty maybe-check-gcc target.
DJ Delorie [Wed, 21 May 2003 21:08:20 +0000 (21:08 +0000)] 
* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.

21 years ago2003-05-21 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Wed, 21 May 2003 19:52:39 +0000 (19:52 +0000)] 
2003-05-21  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Delete
references to "extract_address" and "store_address".

21 years ago * config/tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'.
Dave Anglin [Wed, 21 May 2003 19:40:54 +0000 (19:40 +0000)] 
* config/tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'.
* testsuite/gas/hppa/parse/parse.exp: Add "space.s".
* testsuite/gas/hppa/parse/space.s: New file to test spaces.

21 years agoCheck for a target triplet of shl-...-netbsdelf as well as shle-...-netbsdelf.
Nick Clifton [Wed, 21 May 2003 13:06:30 +0000 (13:06 +0000)] 
Check for a target triplet of shl-...-netbsdelf as well as shle-...-netbsdelf.

21 years agoFix dst_mask for X_STORMY16_REL_12 reloc.
Nick Clifton [Wed, 21 May 2003 12:36:46 +0000 (12:36 +0000)] 
Fix dst_mask for X_STORMY16_REL_12 reloc.

21 years agoMove .file and .loc pseudo ops into obj-elf.c
Nick Clifton [Wed, 21 May 2003 12:07:56 +0000 (12:07 +0000)] 
Move .file and .loc pseudo ops into obj-elf.c

21 years agoFix dw3gencfi.c so that it will build on targets that do not define BFD_ASSEMBLER.
Nick Clifton [Wed, 21 May 2003 11:31:07 +0000 (11:31 +0000)] 
Fix dw3gencfi.c so that it will build on targets that do not define BFD_ASSEMBLER.

21 years ago2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
Maciej W. Rozycki [Wed, 21 May 2003 09:48:07 +0000 (09:48 +0000)] 
2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

21 years agoUSe is_elf_hash_table() to check for the presence of an elf_link_hash_table
Nick Clifton [Wed, 21 May 2003 09:23:07 +0000 (09:23 +0000)] 
USe is_elf_hash_table() to check for the presence of an elf_link_hash_table

21 years agoFix typo "ink" instead of "link"
Nick Clifton [Wed, 21 May 2003 09:09:37 +0000 (09:09 +0000)] 
Fix typo "ink" instead of "link"

21 years ago2003-05-20 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Wed, 21 May 2003 05:06:49 +0000 (05:06 +0000)] 
2003-05-20  Jason Eckhardt  <jle@rice.edu>

        opcode/i860.h (flush): Set lower 3 bits properly and use 'L'
        for the immediate operand type instead of 'i'.

21 years ago2003-05-20 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Wed, 21 May 2003 05:01:47 +0000 (05:01 +0000)] 
2003-05-20  Jason Eckhardt  <jle@rice.edu>

        * gas/i860/branch.{s,d}: New files.
        * gas/i860/system.{s,d}: New files.

21 years ago2003-05-20 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Wed, 21 May 2003 02:06:40 +0000 (02:06 +0000)] 
2003-05-20  Jason Eckhardt  <jle@rice.edu>

        opcode/i860.h (fzchks): Both S and R bits must be set.
        (pfzchks): Likewise.
        (faddp): Likewise.
        (pfaddp): Likewise.
        (fix.ss): Remove (invalid instruction).
        (pfix.ss): Likewise.
        (ftrunc.ss): Likewise.
        (pftrunc.ss): Likewise.

21 years ago2003-05-20 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Wed, 21 May 2003 01:42:40 +0000 (01:42 +0000)] 
2003-05-20  Jason Eckhardt  <jle@rice.edu>

* gas/i860/bitwise.{s,d}: New files.
* gas/i860/bte.{s,d}: New files.
* gas/i860/fldst01.{s,d}: New files.
* gas/i860/fldst02.{s,d}: New files.
* gas/i860/fldst03.{s,d}: New files.
* gas/i860/fldst04.{s,d}: New files.
* gas/i860/fldst05.{s,d}: New files.
* gas/i860/fldst06.{s,d}: New files.
* gas/i860/fldst07.{s,d}: New files.
* gas/i860/fldst08.{s,d}: New files.
* gas/i860/float01.{s,d}: New files.
* gas/i860/float02.{s,d}: New files.
* gas/i860/float03.{s,d}: New files.
* gas/i860/float04.{s,d}: New files.
* gas/i860/form.{s,d}: New files.
* gas/i860/iarith.{s,d}: New files.
* gas/i860/ldst01.{s,d}: New files.
* gas/i860/ldst02.{s,d}: New files.
* gas/i860/ldst03.{s,d}: New files.
* gas/i860/ldst04.{s,d}: New files.
* gas/i860/ldst05.{s,d}: New files.
* gas/i860/ldst06.{s,d}: New files.
* gas/i860/pfam.{s,d}: New files.
* gas/i860/pfmam.{s,d}: New files.
* gas/i860/pfmsm.{s,d}: New files.
* gas/i860/pfsm.{s,d}: New files.
* gas/i860/regress01.{s,d}: New files.
* gas/i860/shift.{s,d}: New files.
* gas/i860/simd.{s,d}: New files.

21 years ago2003-05-20 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Wed, 21 May 2003 01:28:55 +0000 (01:28 +0000)] 
2003-05-20  Jason Eckhardt  <jle@rice.edu>

        * gas/i860: New directory.
        * gas/i860/i860.exp: New file.

21 years ago.
Roland McGrath [Wed, 21 May 2003 00:57:35 +0000 (00:57 +0000)] 
.

21 years ago2003-05-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 21 May 2003 00:57:20 +0000 (00:57 +0000)] 
2003-05-19  Roland McGrath  <roland@redhat.com>

* elf.c (bfd_elf_bfd_from_remote_memory): New function.
* bfd-in.h: Declare it.
* bfd-in2.h: Regenerated.
* elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
* elf-bfd.h (struct elf_backend_data): New function pointer member
elf_backend_bfd_from_remote_memory.
(_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
Declare them.
* elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
(elfNN_bed): Add that to the initializer.

21 years ago2003-05-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 21 May 2003 00:56:05 +0000 (00:56 +0000)] 
2003-05-19  Roland McGrath  <roland@redhat.com>

* elf.c (bfd_elf_bfd_from_remote_memory): New function.
* bfd-in.h: Declare it.
* elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
* elf-bfd.h (struct elf_backend_data): New function pointer member
elf_backend_bfd_from_remote_memory.
(_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
Declare them.
* elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
(elfNN_bed): Add that to the initializer.

21 years ago2003-05-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 21 May 2003 00:56:00 +0000 (00:56 +0000)] 
2003-05-19  Roland McGrath  <roland@redhat.com>

* elf.c (bfd_elf_bfd_from_remote_memory): New function.
* bfd-in.h: Declare it.
* elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
* elf-bfd.h (struct elf_backend_data): New function pointer member
elf_backend_bfd_from_remote_memory.
(_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
Declare them.
* elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
(elfNN_bed): Add that to the initializer.
2003-05-15  Roland McGrath  <roland@redhat.com>

* elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.

21 years ago2003-05-15 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 21 May 2003 00:55:15 +0000 (00:55 +0000)] 
2003-05-15  Roland McGrath  <roland@redhat.com>

* common.h (NT_AUXV, AT_*): New macros.
* external.h (Elf32_External_Auxv, Elf64_External_Auxv): New types.
* internal.h (Elf_Internal_Auxv): New type.

21 years ago*** empty log message ***
gdbadmin [Wed, 21 May 2003 00:00:31 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Wed, 21 May 2003 00:00:06 +0000 (00:00 +0000)] 
daily update

21 years ago * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
Kevin Buettner [Tue, 20 May 2003 23:54:34 +0000 (23:54 +0000)] 
* mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
register_ptrace_addr().  Fix all callers.

21 years ago * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
Andreas Schwab [Tue, 20 May 2003 23:44:23 +0000 (23:44 +0000)] 
* Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
dependencies.
* m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
end.
* m68klinux-tdep.c (m68k_linux_init_abi): New function.
(_initialize_m68k_linux_tdep): New function.
(m68k_linux_frame_saved_pc): Make static.
(m68k_linux_extract_return_value): Likewise.
(m68k_linux_store_return_value): Likewise.
(m68k_linux_extract_struct_value_address): Likewise.
* config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
Remove.
(DEPRECATED_STORE_RETURN_VALUE): Remove.
(DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
(DEPRECATED_FRAME_SAVED_PC): Remove.

21 years ago2003-05-20 David Carlton <carlton@math.stanford.edu>
David Carlton [Tue, 20 May 2003 22:54:53 +0000 (22:54 +0000)] 
2003-05-20  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
this time.

21 years agoFix regset numbering.
Kris Warkentin [Tue, 20 May 2003 21:35:28 +0000 (21:35 +0000)] 
Fix regset numbering.

21 years ago2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
Maciej W. Rozycki [Tue, 20 May 2003 21:09:44 +0000 (21:09 +0000)] 
2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

21 years ago2003-05-20 Michal Ludvig <mludvig@suse.cz>
Michal Ludvig [Tue, 20 May 2003 14:37:46 +0000 (14:37 +0000)] 
2003-05-20  Michal Ludvig  <mludvig@suse.cz>

* readelf.c (display_debug_frames): Print both registers
for DW_CFA_register.

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