aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-28Convert to C90Alan Modra35-2223/+1501
2003-06-28 * rcparse.y (res_text_field): New res_id variable.Danny Smith15-47/+170
(res_null_text): New static const struct res_id object, with empty unicode name field. (control): Pop parsing of optresidc up one level. Set res_text_field to $2 except for controls which do not accept a text field. Set res_text_field to res_null_text for the special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR). (control_params): Adjust to use res_text_field rather than optresidc. (COMBOBOX): Add comment about discrepency between documented vs. observed default style. * resrc.c (define_control): Make first param const. * windres.h (define_control): Adjust prototype. testsuite: * binutils-all/windres/checkbox.rc: New file. * binutils-all/windres/checkbox.rsd: New file. * binutils-all/windres/combobox.rc: New file. * binutils-all/windres/combobox.rsd: New file. * binutils-all/windres/edittext.rc: New file. * binutils-all/windres/edittext.rsd: New file. * binutils-all/windres/listbox.rc: New file. * binutils-all/windres/listbox.rsd: New file. * binutils-all/windres/scrollbar.rc: New file. * binutils-all/windres/scrollbar.rsd: New file.
2003-06-282003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-5/+8
* gencode.c (op movsxy_tab): Fix up some copy/paste errors in name: s/REG_x/REG_y/.
2003-06-28*** empty log message ***gdbadmin1-1/+1
2003-06-28daily updateAlan Modra1-1/+1
2003-06-272003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* gencode.c (op tab): Move misplaced semicolon.
2003-06-27 * configure.in: Clean up config-lang.in handling. DeleteNathanael Nerode3-93/+117
useless assignment to "subdirs". * configure: Regenerate.
2003-06-272003-06-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+5
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
2003-06-272003-06-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-18/+7
* m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function. (m68hc11_gdbarch_init): Do not set call_dummy_address. * avr-tdep.c (avr_call_dummy_address): Delete function. (avr_gdbarch_init): Do not set call_dummy_address.
2003-06-272003-06-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-8/+13
* symfile.c (syms_from_objfile): Move variables to inner block. Move the checks for the non-mainline case a bit earlier to avoid doing some useless computations.
2003-06-272003-06-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+9
* dwarfread.c (decode_modified_type): Gag new compiler warning.
2003-06-27Cope with NUL seperated directives. Fix reporting of unparseable directives.Nick Clifton2-9/+30
2003-06-27Fix --add-gnu-debuglinkNick Clifton5-34/+114
2003-06-27 * elfxx-mips.c: Revert .got alignment to 2**4.Thiemo Seufer2-1/+7
2003-06-27 * elf32-mips.c: Fix addend for _gp_disp special symbol.Thiemo Seufer2-29/+34
2003-06-27Fix misdirected ChangeLog entry.Thiemo Seufer2-4/+4
2003-06-27 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-defaultThiemo Seufer4-30/+20
relocation header setup. * binutils-all/readelf.ss-tmips: Adjust symbol indices.
2003-06-27 * emultempl/aix.em: Convert to C90, remove unnecessary prototypesAlan Modra32-1180/+680
and casts. Replace PTR with void *. Formatting. * emultempl/alphaelf.em: Likewise * emultempl/armcoff.em: Likewise * emultempl/armelf.em: Likewise * emultempl/armelf_oabi.em: Likewise * emultempl/beos.em: Likewise * emultempl/elf32.em: Likewise * emultempl/generic.em: Likewise * emultempl/gld960.em: Likewise * emultempl/gld960c.em: Likewise * emultempl/hppaelf.em: Likewise * emultempl/linux.em: Likewise * emultempl/lnk960.em: Likewise * emultempl/m68hc1xelf.em: Likewise * emultempl/m68kcoff.em: Likewise * emultempl/m68kelf.em: Likewise * emultempl/mipsecoff.em: Likewise * emultempl/mipself.em: Likewise * emultempl/mmix-elfnmmo.em: Likewise * emultempl/mmixelf.em: Likewise * emultempl/mmo.em: Likewise * emultempl/needrelax.em: Likewise * emultempl/netbsd.em: Likewise * emultempl/pe.em: Likewise * emultempl/sh64elf.em: Likewise * emultempl/sunos.em: Likewise * emultempl/ticoff.em: Likewise * emultempl/vanilla.em: Likewise * emultempl/xtensaelf.em: Likewise * Makefile.am: Correct dependencies. * Makefile.in: Regenerate.
2003-06-27*** empty log message ***gdbadmin1-1/+1
2003-06-27daily updateAlan Modra1-1/+1
2003-06-262003-06-26 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-3/+12
* dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame sections.
2003-06-26 * configure.in: Rename 'target_libs' to 'target_libraries'.Nathanael Nerode3-12/+18
Remove useless reference to 'target_libs'. * configure: Regenerate.
2003-06-262003-06-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+265
* testsuite/demangle-expected: Add more GNU V3 testcases.
2003-06-262003-06-26 Michael Chastain <mec@shout.net>Michael Chastain2-0/+7
* config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc, gdb/testsuite/gdb.c++/pr-1210.exp.
2003-06-262003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+7
* config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's altivec_expression.h and altivec_registers.h.
2003-06-262003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-4/+17
* mips-tdep.c (gdb_print_insn_mips): Only explicitly set info->mach when MIPS16. Patch suggested by Fred Fish.
2003-06-262003-06-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+6
* config/tc-i386.c (md_assemble): Declare "exp" before "if".
2003-06-262003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-28/+40
* utils.c (internal_vproblem): Print the problem to a reason buffer and then pass to query. Make the msg variable more local. VS: ----------------------------------------------------------------------
2003-06-262003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney17-102/+224
* gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate. (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate. * gdbarch.h, gdbarch.c: Re-generate. * frame-base.c (default_frame_args_address): Update. Use default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is not available. (default_frame_locals_address): Ditto for DEPRECATED_FRAME_LOCALS_ADDRESS. * vax-tdep.c (vax_sigtramp_saved_pc): Update. (vax_frame_num_args): Update. (vax_gdbarch_init): Update. * rs6000-tdep.c (rs6000_gdbarch_init): Update. * ns32k-tdep.c (ns32k_gdbarch_init): Update. * mcore-tdep.c (mcore_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_gdbarch_init): Update. * symtab.h (address_class): Update comments. * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update. * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. * alpha-mdebug-tdep.c: Update. * ada-lang.c (add_symbols_from_enclosing_procs): Update.
2003-06-26 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to numberAndreas Jaeger2-142/+193
of SSE registers so that varargs functions work. Rework handling of passing arguments on the stack. (x86_64_store_return_value): Return double and float values in SSE register.
2003-06-262003-06-24 Michael Chastain <mec@shout.net>Michael Chastain2-0/+20
* PROBLEMS: Document pr gdb/1091 and pr gdb/1193, the "constructor breakpoints ignored" bug.
2003-06-26delete stray changelogAndrew Cagney1-5/+0
2003-06-26Fix computation of offsets in PT_LOAD sections.Nick Clifton2-101/+139
2003-06-26Add --only-keep-debug switchNick Clifton4-8/+131
2003-06-26*** empty log message ***gdbadmin1-1/+1
2003-06-26daily updateAlan Modra1-1/+1
2003-06-252003-06-25 David Carlton <carlton@kealia.com>David Carlton2-2/+6
* MAINTAINERS: Update e-mail address.
2003-06-25include/opcode/Richard Sandiford7-7/+49
* h8300.h (IMM2_NS, IMM8_NS, IMM16_NS): Remove. (IMM8U, IMM8U_NS): Define. (h8_opcodes): Use IMM8U_NS for mov.[wl] #xx:8,@yy. gas/ * config/tc-h8300.c (get_specific): Allow ':8' to be used for unsigned 8-bit operands. gas/testsuite/ * gas/h8300/h8sx_mov_imm.[sd]: Add tests for mov.[wl] #xx:8,@yy.
2003-06-25 * include/opcode/h8300.h (h8_opcodes): Fix the mov.l @(dd:32,ERs),ERdRichard Sandiford2-2/+9
and mov.l ERs,@(dd:32,ERd) entries.
2003-06-25 * ld-powerpc/apuinfo.rd: Update.Alan Modra2-2/+6
2003-06-25Missed copyright update in last commit.Alan Modra1-1/+1
2003-06-25 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.Alan Modra2-5/+16
(ppc_elf_reloc_type_lookup): Modify comment. (ppc_elf_info_to_howto): Ditto. (ppc_elf_relocate_section): Ditto. (ppc_elf_check_relocs): Call ppc_elf_howto_init.
2003-06-25Correct spelling of "relocatable".Alan Modra143-844/+995
2003-06-25daily updateAlan Modra1-1/+1
2003-06-25*** empty log message ***gdbadmin1-1/+1
2003-06-24* ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".Jim Blandy2-17/+19
2003-06-24* ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): NewJim Blandy2-0/+45
function. (ppc_linux_init_abi): Register it as the CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
2003-06-24* ppc-linux-tdep.c (ppc64_call_dummy_address): New function.Jim Blandy2-0/+18
(ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address method.
2003-06-24* ppc-linux-tdep.c (ppc64_desc_entry_point): New function.Jim Blandy2-1/+16
(ppc64_standard_linkage_target): Use it.
2003-06-24 * gdb.base/bang.exp: New testcase.Joel Brobecker2-0/+45