aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-10-06Fix macro tests to ignore section symbolsNick Clifton5-0/+17
2003-10-06Add i386-knetbsd-gnu triplet.Nick Clifton9-325/+329
2003-10-06*** empty log message ***gdbadmin1-1/+1
2003-10-06daily updateAlan Modra1-1/+1
2003-10-05* x86-64-tdep.c: Remove duplicate comment.Mark Kettenis2-7/+2
2003-10-05* x86-64-tdep.c (x86_64_store_return_value): Don't useMark Kettenis2-2/+9
DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register names for return values. This fixes a bug since we looked at %rbx instead of %rdx.
2003-10-05* x86-64-tdep.c: Include "regset.h".Mark Kettenis2-0/+3
2003-10-05* i386-tdep.h (struct gdbarch_tdep): Add members gregset,Mark Kettenis4-0/+88
gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset, sizeof_fpregset. * i386-tdep.c: Include "regset.h". (i386_supply_gregset): New function. (i386_supply_fpregset): New function. (i386_gdbarch_init): Initialze register set-related members of TDEP. * x86-64-tdep.c (x86_64_supply_fpregset): New function. (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2003-10-05Revert -f changeNick Clifton2-8/+6
2003-10-05daily updateAlan Modra1-1/+1
2003-10-05*** empty log message ***gdbadmin1-1/+1
2003-10-042003-10-04 Christian Groessler <chris@groessler.org>Christian Groessler16-13/+171
* gas/z8k/calr-backf.s: New file. * gas/z8k/calr-forwf.s: New file. * gas/z8k/calr.d: New file. * gas/z8k/calr.s: New file. * gas/z8k/djnz-backf.s: New file. * gas/z8k/djnz-backf2.s: New file. * gas/z8k/djnz.d: New file. * gas/z8k/djnz.s: New file. * gas/z8k/jr-back.d: New file. * gas/z8k/jr-forw.d: New file. * gas/z8k/jr-back.s: Fix displacement length. Add some more jumps for jr-back.d. * gas/z8k/jr-backf.s: Fix displacement length. * gas/z8k/jr-forw.s: Fix displacement length. Add some more jumps for jr-forw.d. * gas/z8k/jr-forwf.s: Fix displacement length. * gas/z8k/z8k.exp: Run new tests.
2003-10-042003-10-04 Christian Groessler <chris@groessler.org>Christian Groessler2-10/+59
* tc-z8k.c (newfix): Tell fix_new_exp about pc relativeness. (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases. (md_pcrel_from): This function now gets called. Supply return value.
2003-10-042003-10-04 Christian Groessler <chris@groessler.org>Christian Groessler2-3/+8
* coff-z8k.c (extra_case): Fix displacement length check for R_JR and R_CALLR.
2003-10-04 * elf32-m68hc1x.c: Update to ISO C90; replace PTR with void*.Stephane Carrez5-251/+167
* elf32-m68hc11.c: Likewise. * elf32-m68hc12.c: Likewise. * elf32-m68hc1x.h: Likewise.
2003-10-04 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix mergeStephane Carrez2-2/+7
of flags between HC12 and HCS12.
2003-10-04Convert to ISO C90Nick Clifton2-261/+254
2003-10-04(std_shortopts): Remove 'f'.Nick Clifton2-1/+13
(std_longopts): Add 'f'. Doing this prevents -f<foo> being acecpted as an alias for -f
2003-10-04(obj_coff_section [BEF_ASSEMBLER]): Make 'r' mean readonly data.Nick Clifton2-1/+6
2003-10-04Set SEC_EXCLUDE flag on sections which become empty after merging.Nick Clifton2-2/+10
2003-10-042003-10-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+5
* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2003-10-04daily updateAlan Modra1-1/+1
2003-10-04*** empty log message ***gdbadmin1-1/+1
2003-10-032003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-4/+231
* rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI, set extract_return_value, store_return_value and use_struct_convention to ppc64_sysv_abi_extract_return_value, ppc64_sysv_abi_store_return_value and ppc64_sysv_abi_use_struct_convention. * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare. (ppc64_sysv_abi_store_return_value): Declare. (ppc64_sysv_abi_use_struct_convention): Declare. * ppc-sysv-tdep.c (enum return_value_convention): Define. (ppc64_sysv_abi_extract_return_value): New function. (ppc64_sysv_abi_store_return_value): New function. (ppc64_sysv_abi_use_struct_convention): New function. (ppc64_sysv_abi_return_value): New function.
2003-10-032003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-3/+9
* gdbint.texinfo (Target Architecture Definition): Deprecate IBM6000_TARGET. Mention that it implies an RS/6000 system and not just target.
2003-10-032003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-7/+15
* ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only convert a descriptor to a function when it's in the ".opd" section.
2003-10-03 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg andCorinna Vinschen2-2/+7
reg_size to keep GCC silent.
2003-10-03 * dwarf2-frame.c (struct comp_unit): Add tbase member to storeCorinna Vinschen2-1/+21
base for DW_EH_PE_textrel encodings. (read_encoded_value): Add a DW_EH_PE_textrel case. (dwarf2_build_frame_info): Set unit.tbase to beginning of text section.
2003-10-03*** empty log message ***gdbadmin1-1/+1
2003-10-03daily updateAlan Modra1-1/+1
2003-10-02* dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.Mark Kettenis2-3/+7
2003-10-022003-10-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney69-363/+408
* gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename REGISTER_RAW_SIZE. * gdbarch.h, gdbarch.c: Re-generate. * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update. * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update. * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update. * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update. * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update. * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update. * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update. * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update. * remote-e7000.c, remote-mips.c, remote-sim.c: Update. * remote-vxmips.c, remote-vxsparc.c, remote.c: Update. * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update. * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update. * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update. * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update. * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update. * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update. 2003-10-02 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE. * gdb.texinfo (Packets, Stop Reply Packets): Ditto. * gdbint.texinfo (Target Architecture Definition): Rename 2003-10-02 Andrew Cagney <cagney@redhat.com> * mi-main.c: Rename REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2003-10-02 * strerror.c: Revert last change. Declare static sys_nerrDaniel Jacobowitz2-8/+7
and sys_errlist using different names.
2003-10-02* dwarf2read.c (struct die_info): Doc fix.Jim Blandy2-0/+11
2003-10-02* resrc.c (define_icon): Fix storage of color attributes 'planes' and 'bitChristopher Faylor2-4/+19
count' in icon groups.
2003-10-02 Correct sym def order & pick right sym for .idata$7 reloc.Nick Clifton2-5/+10
2003-10-02 * sh-tdep.c: Running thru gdb_indent.sh.Corinna Vinschen2-448/+352
2003-10-02 * sh-tdep.c (sh_justify_value_in_reg): New function.Corinna Vinschen2-100/+170
(sh_stack_allocsize): Ditto. (flt_argreg_array): New array used for floating point argument passing. (sh_init_flt_argreg): New function. (sh_next_flt_argreg): Ditto. (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to "pass_on_stack". Use new helper functions. Accomodate Renesas ABI. Fix argument passing strategy. (sh_push_dummy_call_nofpu): Ditto.
2003-10-022003-10-01 Phil Edwards <pme@gcc.gnu.org>H.J. Lu2-4/+17
* config-ml.in: Use ac_configure_args directly instead of ml_arguments. Only set ml_norecursion if --no[-]recursion is actually seen. 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr> * config-ml.in: Propagate INSTALL variables.
2003-10-022003-10-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-65/+59
* value.h (register_value_being_returned): Declare. Replace "value_being_returned". * infcall.c (call_function_by_hand): Use register_value_being_returned. * infcmd.c (print_return_value): Call "register_value_being_returned", handle struct return locally. * values.c (register_value_being_returned): New function. Replace "value_being_returned".
2003-10-02daily updateAlan Modra1-1/+1
2003-10-02*** empty log message ***gdbadmin1-1/+1
2003-10-01 * strerror.c: Don't provide or reference sys_errlist ifDaniel Jacobowitz2-1/+13
strerror is available.
2003-10-012003-09-24 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-2/+28
* linux-proc.c (linux_do_registers): New function. (linux_make_note_section): Use linux_do_registers in case of single threaded inferior programs.
2003-10-01 * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):Thiemo Seufer2-9/+15
Unbreak overflow checks.
2003-10-012003-10-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-12/+55
* infcall.c (call_function_by_hand): When STRUCT_RETURN, always use STRUCT_ADDR. When not using "struct return convention", pass "0" to "value_being_returned". Add FIXMEs. * infcmd.c (print_return_value): Pass an explicit 0/1 to value_being_returned. Add comments. * values.c (value_being_returned): Add fixme. * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME. (hppa_value_returned_from_stack): Add FIXME.
2003-10-012003-10-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-17/+43
* configure.in: Check if $MAKEINFO is missing. * configure: Regenerated.
2003-10-012003-10-01 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-2/+6
* config/tc-mips.c (s_cpreturn): Correct errors in comment.
2003-10-01 * config/tc-mips.c (macro_build_ldst_constoffset): Fix sign extensionThiemo Seufer13-10/+972
tests. (load_register): Likewise. (macro): Likewise. * gas/mips/ldstla-32-shared.d: New file. * gas/mips/ldstla-32.d: New file. * gas/mips/ldstla-32.s: New file. * gas/mips/ldstla-n32-shared.d: New file. * gas/mips/ldstla-n32.d: New file. * gas/mips/ldstla-n32.s: New file. * gas/mips/ldstla-n64-shared.d: New file. * gas/mips/ldstla-n64.d: New file. * gas/mips/ldstla-n64.s: New file. * gas/mips/mips.exp: Add ld-st-la tests.
2003-10-01 * xtensa-dis.c (fetch_data): Remove numBytes parameter.Bob Wilson2-6/+9
(print_insn_xtensa): Fix call to fetch_data.