aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-28* bfd-in.h (CONST_STRNCPY) : Delete.Nick Clifton8-30/+56
(LITSTRCPY) : New. (LITMEMCPY) : New. * bfd-in2.h : Regenerate. * elflink.c (bfd_elf_gc_sections) : Use LITMEMCPY. Don't manually calculate string lengths. * nlmcode.h (nlm_swap_auxiliary_headers_in) : Use LITMEMCPY. * nlmconv.c (main) : Use LITMEMCPY. * prdbg.c (tg_class_static_member) : Use LITSTRCPY.
2006-09-28*** empty log message ***gdbadmin1-1/+1
2006-09-27daily updateAlan Modra1-1/+1
2006-09-27Finished layout code.Ian Lance Taylor12-349/+1223
2006-09-272006-09-27 Dave Brolley <brolley@redhat.com>Dave Brolley3-2/+8
* configure.in (RUNTEST): Look for 'runtest' in the source tree by using $s instead of $r. * configure: Regenerated.
2006-09-27merge from gccDJ Delorie2-2/+6
2006-09-27* output-file.c (output_file_close): Prevent an infinite loop reporting that ↵Nick Clifton2-2/+17
stdoutput could not be closed.
2006-09-27bfd/H.J. Lu23-8/+215
2006-09-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/3223 PR ld/3267 * elf.c (assign_file_positions_for_non_load_sections): Don't warn zero size allocated sections. ld/ 2006-09-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/3223 PR ld/3267 * ld.texinfo: Updated Output Section Discarding. * ldlang.h (lang_output_section_statement_type): Add section_relative_symbol. * ldlang.c (strip_excluded_output_sections): Don't strip a section with a symbol relative to it. (lang_size_sections_1): Mark if an output section has a symbol symbol relative to it. ld/testsuite/ 2006-09-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/3223 PR ld/3267 * ld-scripts/empty-address-1.d: New file. * ld-scripts/empty-address-1.s: Likewise. * ld-scripts/empty-address-1.t: Likewise. * ld-scripts/empty-address-2.s: Likewise. * ld-scripts/empty-address-2a.d: Likewise. * ld-scripts/empty-address-2a.t: Likewise. * ld-scripts/empty-address-2b.d: Likewise. * ld-scripts/empty-address-2b.t: Likewise. * ld-scripts/empty-address-3.s: Likewise. * ld-scripts/empty-address-3a.d: Likewise. * ld-scripts/empty-address-3a.t: Likewise. * ld-scripts/empty-address-3b.d: Likewise. * ld-scripts/empty-address-3b.t: Likewise. * ld-scripts/empty-address-3c.d: Likewise. * ld-scripts/empty-address-3c.t: Likewise. * ld-scripts/empty-address.exp: Likewise.
2006-09-27 * elf32-score.c (_bfd_score_elf_relocate_section): Move assignmentAlan Modra2-9/+12
to "name" so that compiler realizes it is never uninitialized. Use bfd_elf_sym_name.
2006-09-27*** empty log message ***gdbadmin1-1/+1
2006-09-26daily updateAlan Modra1-1/+1
2006-09-26gcc 4.1.0 portability fixes.Ian Lance Taylor2-3/+2
2006-09-26g++ 3.2.2 portability fixes.Ian Lance Taylor7-17/+105
2006-09-26g++ 3.2.2 portability for grhat.Ian Lance Taylor6-3/+66
2006-09-26More section layout code.Ian Lance Taylor17-103/+1427
2006-09-262006-09-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+9
PR binutils/3262 * elf.c (rewrite_elf_program_header): Use bfd_zalloc instead of bfd_alloc to allocate segment map. (copy_elf_program_header): Likewise.
2006-09-262006-09-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
PR binutils/3257 * strings.c (main): Handle "-T format".
2006-09-26 * gprof.texi: Fix install failure.Thiemo Seufer2-1/+5
2006-09-26Add Mei Ligang as maintainer of the Score port.Nick Clifton2-0/+5
2006-09-26bfd/Joseph Myers13-31/+587
2006-09-26 Mark Shinwell <shinwell@codesourcery.com> Joseph Myers <joseph@codesourcery.com> Ian Lance Taylor <ian@wasabisystems.com> Ben Elliston <bje@wasabisystems.com> * archures.c: Add definition for bfd_mach_arm_iWMMXt2. * cpu-arm.c (processors): Add bfd_mach_arm_iWMMXt2. (arch_info_struct, bfd_arm_update_notes): Likewise. (architectures): Likewise. (bfd_arm_merge_machines): Check for iWMMXt2. * bfd-in2.h: Rebuild. gas/ 2006-09-26 Mark Shinwell <shinwell@codesourcery.com> Joseph Myers <joseph@codesourcery.com> Ian Lance Taylor <ian@wasabisystems.com> Ben Elliston <bje@wasabisystems.com> * config/tc-arm.c (arm_cext_iwmmxt2): New. (enum operand_parse_code): New code OP_RIWR_I32z. (parse_operands): Handle OP_RIWR_I32z. (do_iwmmxt_wmerge): New function. (do_iwmmxt_wldstd): Handle iwmmxt2 case where second operand is a register. (do_iwmmxt_wrwrwr_or_imm5): New function. (insns): Mark instructions as RIWR_I32z as appropriate. Also add torvsc<b,h,w>, wabs<b,h,w>, wabsdiff<b,h,w>, waddbhus<l,m>, waddhc, waddwc, waddsubhx, wavg4{r}, wmaddu{x,n}, wmadds{x,n}, wmerge, wmiaxy{n}, wmiawxy{n}, wmul<sm,um>{r}, wmulw<um,sm,l>{r}, wqmiaxy{n}, wqmulm{r}, wqmulwm{r}, wsubaddhx. (md_begin): Handle IWMMXT2. (arm_cpus): Add iwmmxt2. (arm_extensions): Likewise. (arm_archs): Likewise. gas/testsuite/ 2006-09-26 Mark Shinwell <shinwell@codesourcery.com> Joseph Myers <joseph@codesourcery.com> Ian Lance Taylor <ian@wasabisystems.com> Ben Elliston <bje@wasabisystems.com> * gas/arm/iwmmxt2.s: New file. * gas/arm/iwmmxt2.d: New file. include/opcode/ 2006-09-26 Mark Shinwell <shinwell@codesourcery.com> Joseph Myers <joseph@codesourcery.com> Ian Lance Taylor <ian@wasabisystems.com> Ben Elliston <bje@wasabisystems.com> * arm.h (ARM_CEXT_IWMMXT2, ARM_ARCH_IWMMXT2): Define. opcodes/ 2006-09-26 Mark Shinwell <shinwell@codesourcery.com> Joseph Myers <joseph@codesourcery.com> Ian Lance Taylor <ian@wasabisystems.com> Ben Elliston <bje@wasabisystems.com> * arm-dis.c (coprocessor_opcodes): The X-qualifier to WMADD may only be used with the default multiply-add operation, so if N is set, don't bother printing X. Add new iwmmxt instructions. (IWMMXT_INSN_COUNT): Update. (iwmmxt_wwssnames): Qualify "wwss" names at index 2, 6, 10 and 14 with a 'c' suffix. (print_insn_coprocessor): Check for iWMMXt2. Handle format specifiers 'r', 'i'.
2006-09-26 * config.sub, config.guess: Update from upstream sources.Ben Elliston3-10/+21
2006-09-26*** empty log message ***gdbadmin1-1/+1
2006-09-25daily updateAlan Modra1-1/+1
2006-09-25 * configure.in: Remove broken changequote lines.Thiemo Seufer2-2/+4
2006-09-25Add program segments.Ian Lance Taylor2-13/+128
2006-09-25 * ld.texinfo (Options): Update description of local symbols for -X.Bob Wilson2-3/+7
2006-09-25 * doc/as.texinfo (Overview): Revise description of --keep-locals.Bob Wilson2-31/+56
Add xref to "Symbol Names". (L): Refer to "local symbols" instead of "local labels". Move definition to "Symbol Names" section; add xref to that section. (Symbol Names): Use "Local Symbol Names" section to define local symbols. Add "Local Labels" heading for description of temporary forward/backward labels, and refer to those as "local labels".
2006-09-25 * gprof.texi: Use TeX-style quotes and em-dashes consistently.Bob Wilson2-179/+196
Specify section names in cross references. Fix typos. Omit "next", "previous" and "up" fields from @node lines. (SYNOPSIS): Show map_file argument to --file-ordering. (Compiling): Remove extra, truncated lines from example output. (Cycles): Fix references to "called" field. (Internals): Allow hyphenation between file:function names. (GNU Free Documentation License): Update formatting to match fdl.texi.
2006-09-25*** empty log message ***gdbadmin1-1/+1
2006-09-24daily updateAlan Modra1-1/+1
2006-09-242006-09-24 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>H.J. Lu2-1/+8
PR binutils/3100 * i386-dis.c (prefix_user_table): Fix the second operand of maskmovdqu instruction to allow only %xmm register instead of both %xmm register and memory.
2006-09-24Add PR binutils/3000 to its entry.H.J. Lu1-0/+1
2006-09-24Fix entry of fix for PR 3181.H.J. Lu1-1/+1
2006-09-242006-09-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-3/+7
* configure: Regenerated.
2006-09-242006-09-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+9
PR ld/3249 * scripttempl/elf.sc: Don't combine .gnu.linkonce.d.*personality* and .gnu.linkonce.wi.* sections with .data and .debug_info for relocatable link.
2006-09-24*** empty log message ***gdbadmin1-1/+1
2006-09-23daily updateAlan Modra1-1/+1
2006-09-23gas/H.J. Lu12-23/+165
2006-09-23 H.J. Lu <hongjiu.lu@intel.com> PR binutils/3235 * config/tc-i386.c (match_template): Check address size prefix to turn Disp64/Disp32/Disp16 operand into Disp32/Disp16/Disp32 operand. gas/testsuite/ 2006-09-23 H.J. Lu <hongjiu.lu@intel.com> PR binutils/3235 * gas/i386/addr16.d: New file. * gas/i386/addr16.s: Likewise. * gas/i386/addr32.d: Likewise. * gas/i386/addr32.s: Likewise. * gas/i386/i386.exp: Add "addr16" and "addr32". * gas/i386/x86-64-addr32.s: Add tests for "add32 mov". * gas/i386/x86-64-addr32.d: Updated. opcodes/ 2006-09-23 H.J. Lu <hongjiu.lu@intel.com> PR binutils/3235 * i386-dis.c (OP_OFF64): Get 32bit offset if there is an address size prefix.
2006-09-23*** empty log message ***gdbadmin1-1/+1
2006-09-22daily updateAlan Modra1-1/+1
2006-09-22merge from gccDJ Delorie3-0/+13
2006-09-22 * config/tc-ppc.c (ppc_symbol_chars): Remove '+' and '-'.Alan Modra2-4/+6
2006-09-22 * remote.c (remote_write_bytes_aux): Doc fix.Daniel Jacobowitz2-2/+4
2006-09-22 * elfcode.h (elf_swap_symbol_in): Return bfd_boolean. Don't abortAlan Modra5-8/+29
on error. * elf-bfd.h (elf_size_info <swap_symbol_in>): Adjust decl. (bfd_elf32_swap_symbol_in, bfd_elf64_swap_symbol_in): Likewise. * elf.c (bfd_elf_get_elf_syms): Test return of swap_symbol_in, and report error. * elf32-arm.c (elf32_arm_swap_symbol_in): Return bfd_boolean.
2006-09-22 * as.h (as_perror): Delete declaration.Alan Modra11-73/+43
* gdbinit.in (as_perror): Delete breakpoint. * messages.c (as_perror): Delete function. * doc/internals.texi: Remove as_perror description. * listing.c (listing_print: Don't use as_perror. * output-file.c (output_file_create, output_file_close): Likewise. * symbols.c (symbol_create, symbol_clone): Likewise. * write.c (write_contents): Likewise. * config/obj-som.c (obj_som_version, obj_som_copyright): Likewise. * config/tc-tic54x.c (tic54x_mlib): Likewise.
2006-09-22 * config/tc-ppc.c (md_section_align): Don't round up address for ELF.Alan Modra3-29/+60
(ppc_handle_align): New function. * config/tc-ppc.h (HANDLE_ALIGN): Use ppc_handle_align. (SUB_SEGMENT_ALIGN): Define as zero.
2006-09-22*** empty log message ***gdbadmin1-1/+1
2006-09-21daily updateAlan Modra1-1/+1
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor19-164/+1472
2006-09-21 * remote-utils.c (try_rle): New function.Daniel Jacobowitz2-5/+52
(putpkt_binary): Use it.