summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2006-01-04 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-01-046-849/+605
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync from gcc: 2006-01-04 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/24252 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES. * Makefile.tpl (OBJDUMP): New. (EXTRA_HOST_FLAGS): Add it. (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass. * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try to use symbolic links between directories. Avoid race conditions or make them harmless. * configure.in: Do not try to use symbolic links between directories. * Makefile.def (LEAN): Pass. * Makefile.tpl (LEAN): Define. (stage[+id+]-start): Accept that the previous directory does not exist, if the bootstrap is lean. (stage[+id+]-bubble): Invoke lean bootstrap commands after stage[+id+]-start. Use a makefile variable and an `if' instead of a configure substitution. ([+compare-target+]): Likewise. ([+bootstrap-target+]-lean): New. * configure.in: Remove lean bootstrap support from here. * Makefile.in: Regenerate. * configure: Regenerate. 2006-01-02 Andreas Schwab <schwab@suse.de> * configure.in: When reconfiguring remove Makefile in all stage directories. * configure: Regenerate.
* *** empty log message ***gdbadmin2006-01-041-1/+1
|
* daily updateAlan Modra2006-01-031-1/+1
|
* * cgen-ibld.in (extract_normal): Avoid memory range errors.DJ Delorie2006-01-033-8/+11
| | | | * m32c-ibld.c: Regenerated.
* *** empty log message ***gdbadmin2006-01-031-1/+1
|
* daily updateAlan Modra2006-01-021-1/+1
|
* 2006-02-01 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-01-022-0/+496
| | | | | PR target/25259 * stdint.m4: New.
* * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):Paul N. Hilfinger2006-01-022-4/+9
| | | | Change several uses of "illegal" to "invalid".
* * gdb.texinfo (Omissions from Ada): Document that there is nowPaul N. Hilfinger2006-01-022-1/+51
| | | | limited aggregate support.
* * ada-exp.y: Considerable reorganization to move functionalityPaul N. Hilfinger2006-01-025-604/+1545
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from ada-lex.l to here, where it is logically more appropriate. The original reason, however, was to prevent premature name lookups for selector names in record aggregates. (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns NAME for all of these. (VAR): New artificial token to clarify precedence rules. (OTHERS): New lexeme. (empty_stoken): New symbol. (%union): Remove ssym, voidval. (%type): Remove <voidval> type declarations. (syntax definitions): Add aggregates. Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING. Rename some non-terminals to be closer to reference manual usage. Tighten up expression syntax to disallow certain non-Ada constructions such as X and then Y or else Z. (ada_parse): Remove initialization of left_block_context. (write_var_from_name): Remove. (write_var_or_type): New function, containing previous code from defunct write_var_from_name and name_lookup. (block_lookup): New function, moved from ada-lex.l (select_possible_type_sym): New function, factored out of name_lookup, which used to be in ada-lex.l. (find_primitive_type): Ditto. (chop_selector): Ditto. (write_ambiguous_var): New function, factored out of defunct write_var_from_name. (write_selectors): New function. (write_name_assoc): New function. (write_exp_op_with_string): New function. * ada-lex.l (processId): Change interface to return stoken. (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove. (block_lookup, name_lookup): Remove. Functionality moved to ada-exp.y. (state IN_STRING): Remove. (rules): Handle string escapes in processString. Add 'others' token. Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in yylval.sval (as simple strings). All name look-ups now handled in ada-exp.y. Introduce "::" (COLONCOLON) token and return as separate token. (processId): Change return convention. Comment. Leave leading "'" in place. (processString): New function. (find_dot_all): Add note to comment. Fix problem that allowed match only at the end. * ada-lang.c: Introduce aggregates. (find_struct_field): Add new parameter to count fields skipped, and allow other output parameters to be NULL. (value_tag_from_contents_and_address, ada_value_struct_elt): Use new find_struct_field. (ada_index_struct_field, assign_aggregate, ada_is_array_type) (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field) (num_component_specs, assign_component, assign_aggregate): (aggregate_assign_from_choices,aggregate_assign_positional) (aggregate_assign_others,add_component_interval): New functions. (ada_evaluate_subexp): Declare. Add aggregate-related operators. (ada_forward_operator_length): Declare. (resolve_subexp): Add cases for new aggregate operators and OP_NAME. Consolidate Ada operators, using ada_forward_operator_length. (ada_search_struct_field): Search in forward order. (ADA_OPERATORS): Add new aggregate operators. (ada_operator_length, ada_op_name, ada_forward_operator_length) (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate operators and OP_NAME. (ada_type_of_array): Use longest_to_int. (value_assign_to_component): New function. (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body): Add OP_NAME case. (ada_forward_operator_length, ada_dump_subexp_body): Add OP_STRING case. * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS, OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
* * ada-lang.c (process_raise_exception_name): Remove extraneousPaul N. Hilfinger2006-01-025-43/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | definition from unsubmitted code. (is_lower_alphanum): New function. (ada_decode): Add support for decoding protected object subprograms and entries, and of entities declared inside protected object subprograms. Also add missing handling for__{DIGITS}+ suffixes. Allow '$<digits>' as valid overloading suffix. (is_name_suffix): Add handling for protected type entriy suffixes. Also add support for protected type subprogram suffixes, but keep it commented out for now, as there is an ambiguity between these entities and other internally generated entities. Allow '$<digits>' as valid overloading suffix. (is_valid_name_for_wild_match): New function. (wild_match): Add an exra level of verification of the entity name before declaring it a match for the given pattern. (ada_type_of_array, ada_evaluate_subexp): Use more proper longest_to_int rather than cast. (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment. (ada_coerce_to_simple_array): Call check_size to make sure that the object size is reasonable. (ada_value_primitive_packed_val): Use correct location in target buffer for extracting packed record fields that are themselves records. (add_defn_to_vec): Do not try to replace a stub type by its full type. Avoids a potential infinite loop. (ada_lookup_symbol): Move return incorrectly placed return statement, causing a loop that should be scanning all object files to only scan the first one. (ada_tag_name_2): New function. (ada_tag_name_1): If no 'tsd' field found in the dispatching table, use alternative representation. (ada_find_renaming_symbol): Strip the function name suffix when computing the XR type name. (ada_to_fixed_type): Try determining the tag only if we have the object's address. (to_fixed_array_type): Add comments. (ada_check_typedef): Replace expression checking whether the given type is a stub or not by a "call" to TYPE_STUB. Clearer and more consistent. * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow '$' in addition to '.' for runtime auxiliary function name suffixes. See changes to ada_decode above. (struct task_control_block): Add field called_task. (This change is to keep synchronized with our local sources; it does not affect the public version yet.) * ada-typeprint.c (ada_print_type): Use int_string for printing modulus of modular type. (print_range): Trivial editorial comment fix. * ada-valprint.c (ada_emit_char): Use normal Ada syntax for double quote in string.
* * top.c: Add 2006 to list of copyright years in file header.Joel Brobecker2006-01-022-1/+5
|
* * top.c (print_gdb_version): Update copyright year to 2006.Joel Brobecker2006-01-022-1/+5
|
* 2006-01-01 Roger Sayle <roger@eyesopen.com>Jim Blandy2006-01-022-1/+12
| | | | | | | | | | Elena Zannoni <ezannoni@redhat.com> PR symtab/1651 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab for NULL before assigning this_symtab_psymtab->objfile to objfile. (scan_xcoff_symtab): Initialize next_symbol_text_func. (Committed by Jim Blandy)
* Rotate ChangeLogs.Jim Blandy2006-01-022-6736/+6744
|
* *** empty log message ***gdbadmin2006-01-021-1/+1
|
* daily updateAlan Modra2006-01-011-1/+1
|
* * elf64-ppc.c (ppc64_elf_action_discarded): Return 0Jakub Jelinek2006-01-012-1/+9
| | | | for .toc1 section.
* *** empty log message ***gdbadmin2006-01-011-1/+1
|
* * elf32-sh.c (sh_elf_relocate_section): Don't reset relocationKaz Kojima2005-12-312-1/+8
| | | | for R_SH_REL32 in shared objects if the symbol is locally called.
* * elf64-ppc.c (ppc64_elf_relocate_section): Adjust relocs againstAlan Modra2005-12-312-17/+37
| | | | | | opd section sym when opd has been edited. Use correct addend when determining branch 'y' bit and branch overflow. Adjust and save opd relocs for ld -r too.
* 2005-12-30 Eric Christopher <echristo@apple.com>Eric Christopher2005-12-312-4/+15
| | | | | | | * elfxx-mips.c (mips_elf_record_global_got_symbol): Add assert to verify we have a got. (_bfd_mips_elf_check_relocs): Add R_MIPS_TLS_GOTTPREL to relocs needing a GOT.
* *** empty log message ***gdbadmin2005-12-311-1/+1
|
* include:Bob Wilson2005-12-302-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New. gas: * config/tc-xtensa.c (op_placement_info_struct): Delete single, single_size, widest, and widest_size fields. Add narrowest_slot. (xg_emit_insn_to_buf): Remove fmt parameter and compute it here. Use xg_get_single_slot to find the slot. (finish_vinsn): Use emit_single_op instead of bundle_single_op. (bundle_single_op): Rename this to.... (bundle_tinsn): ...this function, which builds a vliw_insn but does not call finish_vinsn. (emit_single_op): Use bundle_tinsn instead of bundle_single_op. (relax_frag_immed): Get num_slots from cur_vinsn. (convert_frag_narrow): Update call to xg_emit_insn_to_buf. (convert_frag_immed): Likewise. Also, get num_slots from cur_vinsn. (init_op_placement_info_table): Set narrowest_slot field. Remove code for deleted fields. (xg_get_single_size): Return narrowest_size field, not single_size. (xg_get_single_format): Return narrowest field, not single. (xg_get_single_slot): New. (tinsn_to_insnbuf): Rewrite to use tinsn_to_slotbuf. * config/xtensa-relax.c (widen_spec_list): Add wide branch relaxations. (transition_applies): Check wide branch option availability.
* daily updateAlan Modra2005-12-301-1/+1
|
* * configure.host (hppa*64*-*-hpux*): Set host64 to true.Dave Anglin2005-12-302-2/+8
|
* *** empty log message ***gdbadmin2005-12-301-1/+1
|
* daily updateAlan Modra2005-12-291-1/+1
|
* (bfd_hash_set_default_size): Add more entries to the hash_size_primes table.Nick Clifton2005-12-292-1/+4
|
* (_bfd_link_section_stabs): Use bfd_hash_table_init rather thanNick Clifton2005-12-292-3/+8
| | | | | bfd_hash_table_init_n(...,251) so that the size of the hash table can be controlled by the user.
* *** empty log message ***gdbadmin2005-12-291-1/+1
|
* daily updateAlan Modra2005-12-281-1/+1
|
* * gdb.texinfo (Registers): Describe how to refer to SSE and MMXEli Zaretskii2005-12-282-0/+35
| | | | registers and the likes.
* * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.Mark Kettenis2005-12-283-1/+11
| | | | * gdb.asm/openbsd.inc: Indent commands.
* *** empty log message ***gdbadmin2005-12-281-1/+1
|
* daily updateAlan Modra2005-12-271-1/+1
|
* * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Use info->executableDave Anglin2005-12-272-1/+6
| | | | instead of !info->shared.
* 2005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2005-12-272-0/+8
| | | | | | * vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define. (HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux hosted binutils.
* * sparc64obsd-tdep.c: Include "gdbcore.h", "regcache.h" amdMark Kettenis2005-12-273-4/+104
| | | | | | | | | | "bsd-uthread.h". (SPARC64OBSD_UTHREAD_FP_OFFSET, SPARC64OBSD_UTHREAD_PC_OFFSET): New defines. (sparc64obsd_supply_uthread, sparc64obsd_collect_uthread): New functions. (sparc64obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (sparc64obsd-tdep.o): Update dependencies.
* * elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixingNathan Sidwell2005-12-272-12/+10
| | | | object files from different mt variants.
* Add support for RDOS targets.Nick Clifton2005-12-275-107/+145
|
* PR binutils/1990Nick Clifton2005-12-272-9/+113
| | | | * libtool.m4: Synchronize with version in GCC sources.
* (lookup_symbol_in_function_table): Check for a function name before passingNick Clifton2005-12-272-0/+6
| | | | it to strcmp.
* * sparcobsd-tdep.c: Include "gdbcore.h", "regcache.h" andMark Kettenis2005-12-275-5/+108
| | | | | | | | | | | | "bsd-uthread.h". (SPARC32OBSD_UTHREAD_FP_OFFSET, SPARC32OBSD_UTHREAD_PC_OFFSET): New defines. (sparc32obsd_supply_uthread, sparc32obsd_collect_uthread): New functions. (sparc32obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (sparcobsd-tdep.o): Update dependencies. * config/sparc/obsd.mt (TDEPFILES): Add bsd-uthread.o. * config/sparc/obsd64.mt (TDEPFILES): Likewise.
* * elf.c (elf_find_function): Don't ignore section syms.Alan Modra2005-12-272-8/+9
| | | | Simplify filename logic.
* missed copyright 2005 additionAlan Modra2005-12-271-1/+1
|
* * elfread.c (elf_symfile_read): Don't make synth syms global.Alan Modra2005-12-272-7/+5
|
* * elf32-ppc.c (add_stub_sym): Pass info rather than htab.Alan Modra2005-12-272-11/+24
| | | | | Use different names for pic vs non-pic, '.' instead of '_'. (allocate_dynrelocs): Adjust add_stub_sym call.
* * elf.c (bfd_section_from_shdr): Treat invalid reloc sections asAlan Modra2005-12-272-6/+12
| | | | normal sections rather than returning false.
* * coff-h8300.c (h8300_reloc16_extra_cases): Use input sectionAlan Modra2005-12-278-38/+47
| | | | | | | | | | "output_offset" instead of link order "offset". * coff-h8500.c (extra_case): Likewise. * coff-w65.c (w65_reloc16_extra_cases): Likewise. * coff-z80.c (extra_case): Likewise. * coff-z8k.c (extra_case): Likewise. * linker.c (default_indirect_link_order): Likewise, "size" too. * ecoff.c (ecoff_indirect_link_order): Likewise.