aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-29 * testutils.inc (setup): __start is also a valid start symbol.Thiemo Seufer2-0/+6
2006-08-29 * ldlang.c (walk_wild): Allow * to glob '/' in wildcarded match.Nathan Sidwell2-1/+5
2006-08-29Adjust target test.Alan Modra3-2/+7
2006-08-29 * ecoff.c (ecoff_directive_val): Fix message typo.Alan Modra4-4/+10
* config/tc-ns32k.c (convert_iif): Likewise. * config/tc-sh64.c (shmedia_check_limits): Likewise.
2006-08-29New tests.Alan Modra4-0/+50
2006-08-29*** empty log message ***gdbadmin1-1/+1
2006-08-29daily updateAlan Modra1-1/+1
2006-08-28* m32c-tdep.c (m32c_decode_srcdest4): Initialize fields in sdDJ Delorie2-0/+12
that may not be initialized elsewhere. (m32c_decode_sd23): Likewise.
2006-08-28 * scripttempl/elf.sc: Ensure that crtbegin and crtend entries willAlan Modra13-49/+90
not match random object files in a path containing "crtbegin" or "crtend" as part of a directory name. * scripttempl/armbpabi.sc: Likewise. * scripttempl/crisaout.sc: Likewise. * scripttempl/elf32crx.sc: Likewise. * scripttempl/elf32sh-symbian.sc: Likewise. * scripttempl/elf_chaos.sc: Likewise. * scripttempl/elfd10v.sc: Likewise. * scripttempl/elfd30v.sc: Likewise. * scripttempl/elfxtensa.sc: Likewise. * scripttempl/iq2000.sc: Likewise. * scripttempl/mmo.sc: Likewise. * scripttempl/xstormy16.sc: Likewise.
2006-08-28merge from gccDJ Delorie9-14/+69
2006-08-28*** empty log message ***gdbadmin1-1/+1
2006-08-28daily updateAlan Modra1-1/+1
2006-08-27*** empty log message ***gdbadmin1-1/+1
2006-08-27daily updateAlan Modra1-1/+1
2006-08-26*** empty log message ***gdbadmin1-1/+1
2006-08-26daily updateAlan Modra1-1/+1
2006-08-25 * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Do not checkBob Wilson2-4/+8
the state of the absolute_literals directive. Remove align frag at the start of the literal pool position.
2006-08-25 * doc/c-xtensa.texi: Add @group commands in examples.Bob Wilson2-0/+48
2006-08-25Add myself as mips maintainer.Thiemo Seufer1-0/+1
2006-08-25 * buildsym.c (finish_block): Don't adjust the boundaries ofDaniel Jacobowitz2-3/+13
nested functions.
2006-08-25bfd/Bob Wilson8-249/+342
* elf32-xtensa.c (xtensa_get_property_section_name): Delete. (xtensa_get_property_section): New. (xtensa_read_table_entries): Use xtensa_get_property_section. (relax_property_section, xtensa_get_property_predef_flags): Handle group name suffixes in property section names. (match_section_group): New. gas/ * config/tc-xtensa.c (FINI_LITERAL_SECTION_NAME): Delete. (INIT_LITERAL_SECTION_NAME): Delete. (lit_state struct): Remove segment names, init_lit_seg, and fini_lit_seg. Add lit_prefix and current_text_seg. (init_literal_head_h, init_literal_head): Delete. (fini_literal_head_h, fini_literal_head): Delete. (xtensa_begin_directive): Move argument parsing to xtensa_literal_prefix function. (xtensa_end_directive): Deallocate lit_prefix field of lit_state. (xtensa_literal_prefix): Parse the directive argument here and record it in the lit_prefix field. Remove code to derive literal section names. (linkonce_len): New. (get_is_linkonce_section): Use linkonce_len. Check for any ".gnu.linkonce.*" section, not just text sections. (md_begin): Remove initialization of deleted lit_state fields. (xtensa_reorder_segments, xtensa_post_relax_hook): Remove references to init_literal_head and fini_literal_head. (xtensa_move_literals): Likewise. Skip literals for .init and .fini when traversing literal_head list. (match_section_group): New. (cache_literal_section): Rewrite to determine the literal section name on the fly, create the section and return it. (xtensa_switch_to_literal_fragment): Adjust for cache_literal_section. (xtensa_switch_to_non_abs_literal_fragment): Likewise. (xtensa_create_property_segments, xtensa_create_xproperty_segments): Use xtensa_get_property_section from bfd. (retrieve_xtensa_section): Delete. * doc/c-xtensa.texi (Xtensa Options): Fix --text-section-literals description to refer to plural literal sections and add xref to the Literal Directive section. (Literal Directive): Describe new rules for deriving literal section names. Add footnote for special case of .init/.fini with --text-section-literals. (Literal Prefix Directive): Replace old naming rules with xref to the Literal Directive section. ld/ * emulparams/elf32xtensa.sh (.xt.prop): Add .xt.prop.*. * scripttempl/elfxtensa.sc (.text): Add .literal.*.
2006-08-25*** empty log message ***gdbadmin1-1/+1
2006-08-24* ldlang.c (lang_size_sections_1, lang_assignment_statement_enum):Nick Clifton2-2/+8
Adjust the current address of DEFAULT_MEMORY_REGION even when dot hasn't changed.
2006-08-24 * symfile.c (add_symbol_file_command): Fix off-by-one whenAndreas Schwab2-2/+7
extending sect_opts.
2006-08-24*** empty log message ***gdbadmin1-1/+1
2006-08-24daily updateAlan Modra1-1/+1
2006-08-23Refer to next release of Emacs as 22.1.Nick Roberts1-1/+1
2006-08-23*** empty log message ***Nick Roberts1-0/+4
2006-08-23* archive.c (hpux_uid_gid_encode): Fix thinko decrementing "cnt" variable.Nick Clifton2-1/+6
2006-08-232006-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-3/+519
* i386-dis.c (three_byte_table): Expand to 256 elements.
2006-08-232006-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-2/+8
PR ld/3052 * ld-elf/loadaddr1.t: Add "AT (ADDR(.data))". * ld-elf/loadaddr2.t: Likewise.
2006-08-232006-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-0/+35
PR ld/3103 * ld-elf/overlay.d: New file. * ld-elf/overlay.s: Likewise. * ld-elf/overlay.t: Likewise.
2006-08-23 * ldexp.c (fold_name <LOADADDR>): Return an absolute valueAlan Modra2-2/+6
rather than a section relative value.
2006-08-23daily updateAlan Modra1-1/+1
2006-08-23*** empty log message ***gdbadmin1-1/+1
2006-08-22(gdbmi): Remove gdb-force-update, initializeNick Roberts1-22/+30
other variables. (gdbmi-send): Ensure any text properties can be removed. (gdbmi-prompt1): Update to gdb-ui.el (gud-gdbmi-marker-filter): Defer setting of gud-running. Keep gdb-done-regexp for partial-output-buffer. (gdb-stack-list-frames-handler): Add face to function names.
2006-08-22*** empty log message ***Nick Roberts1-0/+10
2006-08-22* valprint.c (val_print_type_code_flags): Fix GNU coding standardsMark Kettenis2-2/+5
violation.
2006-08-22* alpha-tdep.c (alpha_register_to_value, alpha_value_to_register)Mark Kettenis2-26/+37
(alpha_push_dummy_call, alpha_extract_return_value) (alpha_breakpoint_from_pc, alpha_read_insn) (alpha_get_longjmp_target, alpha_supply_int_regs) (alpha_fill_int_regs, alpha_supply_fp_regs, alpha_fill_fp_regs) (alpha_next_pc): Use gdb_byte instead of (unsigned) char where appropriate.
2006-08-22* sparc64-tdep.c (sparc64_pstate_type, sparc64_fsr_type)Mark Kettenis2-4/+79
(sparc64_fprs_type): New variables. (sparc64_init_types): New function.: (sparc64_register_info): Use appropriate flag types for %fsr and %fprs. (sparc64_pseudo_register_info): Use appropriate type for %pstate. (_initialize_sparc64_tdep): New function.
2006-08-22* valprint.c (val_print_type_code_flags): Fix for bitfields largerMark Kettenis2-2/+6
than 32 bits.
2006-08-22* gdbtypes.c (init_flags_type): Set all fields to zero instead ofMark Kettenis2-1/+6
just the first one.
2006-08-22 * Makefile.in (INTERNAL_CPPFLAGS): New.Daniel Jacobowitz2-1/+9
(INTERNAL_CFLAGS_BASE): Use it.
2006-08-222006-08-22 Michael Snyder <Michael.Snyder@PalmSource.com>Michael Snyder2-7/+11
* MAINTAINERS: Update my email address.
2006-08-22 * elf32-arm.c (elf32_arm_copy_indirect_symbol): Only copyDaniel Jacobowitz2-8/+15
plt_thumb_refcount from indirect symbols.
2006-08-22 * elf32-ppc.c (ppc_elf_relocate_section): Correct GOT and PLT HAAlan Modra3-21/+33
reloc handling. * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2006-08-22* configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets.Nick Clifton2-3/+6
2006-08-22 * NEWS: Mention LMA default change.Alan Modra4-11/+53
* ld.texinfo (Output Section LMA): Update default description. (Location Counter): Clarify backward movement. * ldlang.c (lang_size_sections_1): Leave non-alloc sections with default lma equal to vma. Warn on backward movement of dot.
2006-08-22daily updateAlan Modra1-1/+1
2006-08-22*** empty log message ***gdbadmin1-1/+1