aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-042002-12-04 David Carlton <carlton@math.stanford.edu>David Carlton2-1/+5
* Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
2002-12-042002-12-04 David Carlton <carlton@math.stanford.edu>David Carlton2-140/+160
* symtab.c (lookup_symbol_aux): Move minsym code into a separate function. (lookup_symbol_aux_minsyms): New function.
2002-12-04 * pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.Joel Brobecker2-9/+13
2002-12-042002-11-25 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2-8/+5
* ppc-opc.c: Remove evmwlssf, evmwlssfa, evmwlsmf, evmwlsmfa, evmwlssfaaw, evmwlsmfaaw, evmwlssfanw, evmwlsfanw.
2002-12-04 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,Joel Brobecker2-1/+6
which is an obsolete macro name.
2002-12-042002-12-04 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2-274/+266
* ppc-opc.c (PMRN): Remove. (RA): Set to NB + 1. (powerpc_opcodes): Change PMRN to SPR. Change all RD to RS. Change mftb to look like mftbl. Move mftb before mftbl. Add mfbbtar. Add mtbbtar. Change mfpmr to use PMR. Change mtpmr to use PMR. (RD): Remove. (insert_ev2): Fix mask and shift. (extract_ev2): Same. (insert_ev4): Same. (extract_ev4): Same. (PMR): Define. (extract_pmrn): Remove. (insert_pmrn): Remove.
2002-12-04 * MAINTAINERS: Change e-mail address back to airs.com.Ian Lance Taylor2-1/+5
2002-12-042002-12-04 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2-0/+5
* MAINTAINERS: Add self.
2002-12-04 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_secAndreas Schwab2-33/+80
member. (elf_m68k_link_hash_table_create): Initialize it. (elf_m68k_check_relocs): Handle symbols that are forced to be local due to visibility changes. (elf_m68k_adjust_dynamic_symbol): Likewise. (elf_m68k_size_dynamic_sections): Likewise. (elf_m68k_discard_copies): Likewise. (elf_m68k_relocate_section): Likewise.
2002-12-04 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.Alan Modra2-19/+23
2002-12-04 * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.Daniel Jacobowitz3-3/+14
* config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
2002-12-04 * breakpoint.c (create_thread_event_breakpoint): Use xasprintf.Daniel Jacobowitz2-4/+13
(create_breakpoints): Make sure the addr_string field is not NULL.
2002-12-042002-12-03 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-33/+51
* sparc-nat.c (fetch_inferior_registers) (store_inferior_registers): Add comment on problem of LWP vs threads. From 2002-11-21 Daniel Jacobowitz <drow@mvista.com> * lin-lwp.c (lin_lwp_fetch_registers): Remove. (lin_lwp_store_registers): Remove. (init_lin_lwp_ops): Use fetch_inferior_registers and store_inferior_registers directly. * sparc-nat.c (fetch_inferior_registers): Honor LWP ID. (store_inferior_registers): Likewise. Fix PR gdb/725.
2002-12-04 * gdb.base/selftest.exp: Update for current gdb.Daniel Jacobowitz2-2/+6
2002-12-04 * gdb.base/maint.exp: Only dump symbols from one source fileDaniel Jacobowitz2-14/+14
or objfile.
2002-12-04 * gdb.base/step-test.exp: Allow MIPS to return to the line of aDaniel Jacobowitz2-2/+11
function call.
2002-12-04merge from gccDJ Delorie2-0/+6
2002-12-04 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,Nathanael Nerode3-0/+2935
and corresponding dependencies. * Makefile.in: Regenerate.
2002-12-04 * dwarf2dbg.c (scale_addr_delta): Correct parameter. Move prototypeAlan Modra2-2/+8
inside #if.
2002-12-042002-12-03 Andrew Cagney <ac131313@redhat.com>Andrew Cagney7-34/+120
* frame.h (get_frame_id): Convert to a function. (null_frame_id, frame_id_p): Declare. (frame_id_eq, frame_id_inner): Declare. (frame_id_build): New function. * frame.c (get_frame_id): Update. Use null_frame_id. (frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and frame_id_inner. (null_frame_id, frame_id_p): Define. (frame_id_eq, frame_id_inner): Define. (frame_id_build): New function. * varobj.c (varobj_create): Update. (varobj_update): Update. * valops.c (value_assign): Update. (new_root_variable): Update. * infrun.c (save_inferior_status): Update. * breakpoint.c (watch_command_1): Update.
2002-12-04*** empty log message ***gdbadmin1-1/+1
2002-12-03 * srec.c (srec_write_symbols): Restore '$' prefix to addressAlan Modra2-5/+12
accidentally removed in 2002-04-04 change. (srec_get_symtab): Use 0 instead of `(long) FALSE'.
2002-12-03 * configure.in (host_tools): Order binutils, gas and ld forNathanael Nerode2-1/+6
convenience in running the testsuites.
2002-12-03daily updateAlan Modra1-1/+1
2002-12-03 * Makefile.tpl: Introduce rules to serialize subconfigure runs.Nathanael Nerode4-4/+60
* Makefile.in: Regenerate. * configure.in: Introduce rules to serialize subconfigure runs.
2002-12-03 * config/pa/tm-hppah.h (SNAP1): Remove unused macro.Joel Brobecker2-3/+5
(SNAP2): Likewise.
2002-12-03 * configure.in: Introduce BASE_CC_FOR_TARGET.Nathanael Nerode4-625/+429
* Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS. Realize configure-build-* targets. Realize configure-target-* targets. * Makefile.in: Regenerate.
2002-12-032002-12-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+11
* NEWS: Mention Daniel Jacobowitz's multi-threaded shared library patch.
2002-12-03Fix typo in ChangeLog entry.Nick Clifton2-2/+8
Add paranoia checks to .PPC.EMB.apuinfo merging code.
2002-12-03Fix the merging of .PPC.EMB.apuinfo sections. Add a test to make sure thatNick Clifton10-2/+364
the fix continues to work.
2002-12-03include/opcode/Richard Henderson15-3351/+3435
* ia64.h (enum ia64_opnd): Add IA64_OPND_LDXMOV. bfd/ * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry. opcodes/ * ia64-opc-m.c: Add ld8.mov. * ia64-asmtab.c: Regenerate. gas/ * config/tc-ia64.c (operand_match): Add IA64_OPND_LDXMOV case. gas/testsuite/ * gas/ia64/ldxmov-1.[ds]: New. * gas/ia64/ldxmov-2.[ls]: New. * gas/ia64/ia64.exp: Run them.
2002-12-032002-12-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+14
* PROBLEMS: Mention PR gdb/725.
2002-12-03 * infcmd.c (construct_inferior_arguments): Handle empty arguments.Andreas Schwab2-5/+18
2002-12-03 * config/tc-w65.c (s_longa): Prototype. Make static, specify int arg.Alan Modra4-93/+64
(cons, s_align_bytes): Delete declaration. (relax): Delete. (md_begin): Constify "struct opinfo *" var. Don't try to make "name" strings common. (dot): Delete unused function. (w65_expression): Remove unused arg. (parse_exp): Prototype. Remove unused arg. Adjust w65_expression call. (get_operands): Prototype. Constify "struct opinfo *" arg. Fix parse_exp call. (get_specific): Prototype. Constify "struct opinfo *" arg and return value. (check): Remove unused function. (build_Mytes): Prototype. Constify "struct opinfo *" arg. Abort on unhandled switch case. (md_assemble): Remove unused op_start, op_end, nlen, p vars. Constify "opcode". (tc_crawl_symbol_chain): Delete unused function. (tc_headers_hook): Likewise. (tc_Nout_fix_to_chars): Likewise. (md_undefined_symbol): Add ATTRIBUTE_UNUSED. (md_parse_option): Likewise. (md_convert_frag): Likewise. (tc_coff_symbol_emit_hook): Likewise. (md_show_usage): Likewise. * config/tc-w65.h (tc_coff_sizemachdep): Declare. (TC_PARSE_CONS_EXPRESSION): w65_expression takes one arg. (w65_expression): Declare. * po/POTFILES.in: Regenerate.
2002-12-03 * gas/arm/adrl.s: Test behaviour against globals too.Alan Modra3-5/+24
* gas/arm/adrl.d: Adjust.
2002-12-03 * config/tc-arm.c (arm_force_relocation): Return 0 for ARM_IMMEDIATEAlan Modra2-4/+14
and ARM_ADRL_IMMEDIATE.
2002-12-03 * configure: Move gcc_version_trigger stuff from here...Nathanael Nerode5-179/+224
* configure.in: ...to here. * configure.in: Separate subconfigure options added by this file from options given by the user. Add machinery to put args for host subconfigures into the Makefile. * Makefile.tpl: Remove 'vault' targets. * Makefile.tpl: Reorder and comment dependencies. * Makefile.in: Regenerate.
2002-12-03* gdb/objc-lang.c (objc_printstr): Add width arg to matchAdam Fedor3-31/+47
printstr prototype. (compare_selectors): Add 'const' to arg types. (compare_classes): Likewise. (find_imps): Cast msym pointer to avoid compiler warning. (print_object_command): Validate the address before passing it to the print routine. (find_objc_msgcall_submethod): Change function argument to return an int. * objc-lang.h: Add 'extern' to all function declaration. (value_nsstring): Add declaration.
2002-12-03 * somsolib.c (dld_cache): Replace boolean by int for field is_valid.Joel Brobecker3-4/+19
Fixes a build failure on HP/UX. * hpread.c (told_objfile): Replace boolean type by int. Fixes a build failure on HP/UX. (hpread_has_name): Advance declaration to avoid a compilation warning. (pst_syms_count): Add missing variable type. By change, the compiler was defaulting to int, which seems a good choice. Fixes a compilation warning. (pst_syms_size): Likewise.
2002-12-03*** empty log message ***gdbadmin1-1/+1
2002-12-02 * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).Joel Brobecker3-1/+23
(hppa_gdbarch_init): Detect osabi from objfile. Will be needed later to set the proper gdbarch methods depending on the osabi. * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
2002-12-02 * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.Joel Brobecker3-0/+15
* osabi.c (gdb_osabi_name): Add strings images for the two new enum values. (generic_elf_osabi_sniffer): Handle HPUX objfiles.
2002-12-02daily updateAlan Modra1-1/+1
2002-12-02 * cgen-dis.in: Include libiberty.h.Alan Modra17-520/+597
* fr30-desc.c: Regenerate. * fr30-dis.c: Regenerate. * frv-desc.c: Regenerate. * frv-dis.c: Regenerate. * ip2k-asm.c: Regenerate. * ip2k-desc.c: Regenerate. * ip2k-dis.c: Regenerate. * ip2k-opc.c: Regenerate. * ip2k-opc.h: Regenerate. * m32r-desc.c: Regenerate. * m32r-dis.c: Regenerate. * openrisc-desc.c: Regenerate. * openrisc-dis.c: Regenerate. * xstormy16-asm.c: Regenerate. * xstormy16-desc.c: Regenerate. * xstormy16-dis.c: Regenerate.
2002-12-02 * cgen.h (struct cgen_maybe_multi_ifield): Add "const PTR p" to union.Alan Modra2-3/+10
Constify "leaf" and "multi".
2002-12-02Fix tipo.Andrew Cagney1-1/+1
2002-12-022002-12-02 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-3/+9
* MAINTAINERS (Java): Global maintainers are responible for Java. (Past Maintainers): Mention both Anthony Green and Per Bothner as part Java maintainers.
2002-12-02 * xcoffread.c (read_symbol_lineno): Replace type boolean by int.Joel Brobecker2-1/+6
Fixes a compilation failure on AiX.
2002-12-02 * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explainingJoel Brobecker2-0/+7
why aix-thread.o is not listed.
2002-12-02Remove GASP.Nick Clifton134-13998/+93