OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
17 years agodaily update
amodra [Fri, 15 Sep 2006 23:59:44 +0000 (23:59 +0000)]
daily update

17 years ago * gdb.base/args.c (main): Add breakpoint marker.
drow [Fri, 15 Sep 2006 20:06:42 +0000 (20:06 +0000)]
* gdb.base/args.c (main): Add breakpoint marker.
* gdb.base/args.exp: Use args_test for tests.  Add new tests which
really test empty arguments.
(args_load): Delete.
(args_test): New.

17 years ago * config/bfin-parse.y (binary): Do some more constant folding for
bernds [Fri, 15 Sep 2006 17:02:35 +0000 (17:02 +0000)]
* config/bfin-parse.y (binary): Do some more constant folding for
additions.

17 years ago2006-09-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 15 Sep 2006 16:19:33 +0000 (16:19 +0000)]
2006-09-15  H.J. Lu  <hongjiu.lu@intel.com>

* ld-scripts/overlay-size.t: Discard .reginfo sections.

17 years ago2006-09-15 Frank Ch. Eigler <fche@elastic.org>
fche [Fri, 15 Sep 2006 16:00:25 +0000 (16:00 +0000)]
2006-09-15  Frank Ch. Eigler  <fche@elastic.org>

From Hans Erickson <herickso@stratasys.com>:
* rom-japan.cxx (init_rom_japan): Correct left-arrow code.

17 years ago2006-09-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 15 Sep 2006 14:55:42 +0000 (14:55 +0000)]
2006-09-15  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/hash.d: Don't run for mips targets.

17 years ago2006-09-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 15 Sep 2006 14:48:45 +0000 (14:48 +0000)]
2006-09-15  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/loadaddr.s: Pad sections to 16 bytes.
* ld-elf/loadaddr1.d: Updated.
* ld-elf/loadaddr2.d: Likewise.
* ld-elf/loadaddr3a.d: Likewise.
* ld-elf/loadaddr3b.d: Likewise.

17 years agoPR ld/3107
nickc [Fri, 15 Sep 2006 09:48:58 +0000 (09:48 +0000)]
PR ld/3107
* ldlang.c (lang_size_sections_1): Do not abort when encountering a non-empty
  section that is ignored.  Instead produce a warning message.

17 years agoFix PR references.
hjl [Fri, 15 Sep 2006 00:12:32 +0000 (00:12 +0000)]
Fix PR references.

17 years ago*** empty log message ***
gdbadmin [Fri, 15 Sep 2006 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Thu, 14 Sep 2006 23:59:47 +0000 (23:59 +0000)]
daily update

17 years agobinutils/
hjl [Thu, 14 Sep 2006 23:37:35 +0000 (23:37 +0000)]
binutils/

2006-09-14  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3182
* objcopy.c (group_signature): Return proper group signature.

binutils/testsuite/

2006-09-14  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3182
* binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
targets.

* binutils-all/strip-1.d: New file.
* binutils-all/strip-2.d: Likewise.

* lib/utils-lib.exp (run_dump_test): Support strip.

17 years agoGrr. Another update
kseitz [Thu, 14 Sep 2006 17:40:01 +0000 (17:40 +0000)]
Grr. Another update

17 years ago * README: Update startup info and add DISPLAY environment
kseitz [Thu, 14 Sep 2006 17:33:41 +0000 (17:33 +0000)]
    * README: Update startup info and add DISPLAY environment
        variable.

17 years ago PR 3182
amodra [Thu, 14 Sep 2006 12:11:32 +0000 (12:11 +0000)]
PR 3182
* elf.c (_bfd_elf_copy_private_header_data): Fix group members
that have had their SHT_GROUP section removed.
* objcopy.c (group_signature): New function, split out from..
(setup_section): ..here.
(is_strip_section): Return true for SHT_GROUP sections that are
going to lose their group signature symbol.

17 years ago*** empty log message ***
gdbadmin [Thu, 14 Sep 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Wed, 13 Sep 2006 23:59:49 +0000 (23:59 +0000)]
daily update

17 years ago2006-09-13 Joel Sherrill <joel@oarcorp.com>
jjohnstn [Wed, 13 Sep 2006 22:09:27 +0000 (22:09 +0000)]
2006-09-13  Joel Sherrill <joel@oarcorp.com>

        * libc/include/pthread.h: Add pthread barriers,
        rwlocks, and spinlocks.  Change const to
        _CONST and prefix parameter names with
        an underscore.
        * libc/include/sys/types.h: Add id and attribute
        types for barriers, wrlocks, and spinlocks.
        * libc/include/sys/features.h: Enable barriers,
        wrlocks, and spinlocks for RTEMS.

17 years agomerge from gcc
dj [Wed, 13 Sep 2006 22:07:31 +0000 (22:07 +0000)]
merge from gcc

17 years agomerge from gcc
dj [Wed, 13 Sep 2006 22:07:21 +0000 (22:07 +0000)]
merge from gcc

17 years ago2006-09-13 Patrick Mansfield <patmans@us.ibm.com>
jjohnstn [Wed, 13 Sep 2006 22:06:43 +0000 (22:06 +0000)]
2006-09-13  Patrick Mansfield <patmans@us.ibm.com>

        * libc/include/math.h: Remove _CONST from _LIB_VERSION, as it is
        supposed to be writable.
        * libm/common/s_lib_ver.c: Ditto.

17 years agowhite space
cgf [Wed, 13 Sep 2006 15:33:37 +0000 (15:33 +0000)]
white space

17 years agoCheck in previously mentioned change to cygcheck.cc
cgf [Wed, 13 Sep 2006 15:32:04 +0000 (15:32 +0000)]
Check in previously mentioned change to cygcheck.cc

17 years ago PR 3182
amodra [Wed, 13 Sep 2006 15:08:38 +0000 (15:08 +0000)]
PR 3182
* objcopy.c (copy_object): Load symbols earlier.
(setup_section): Mark group signature symbols with BSF_KEEP.

17 years ago2006-09-13 Jan Beulich <jbeulich@novell.com>
jbeulich [Wed, 13 Sep 2006 10:15:59 +0000 (10:15 +0000)]
2006-09-13  Jan Beulich  <jbeulich@novell.com>

* input-file.c (input_file_give_next_buffer): Demote as_bad to
as_warn.

17 years ago PR gas/3165
amodra [Wed, 13 Sep 2006 00:46:08 +0000 (00:46 +0000)]
PR gas/3165
* config/tc-sh (DWARF2_CIE_DATA_ALIGNMENT): Wrap negative number
in parens.

17 years ago * input-file.h: Update comment.
amodra [Wed, 13 Sep 2006 00:00:40 +0000 (00:00 +0000)]
* input-file.h: Update comment.

17 years ago*** empty log message ***
gdbadmin [Wed, 13 Sep 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Tue, 12 Sep 2006 23:59:45 +0000 (23:59 +0000)]
daily update

17 years ago * input-file.c (input_file_open): Replace as_perror with as_bad
amodra [Tue, 12 Sep 2006 23:57:26 +0000 (23:57 +0000)]
* input-file.c (input_file_open): Replace as_perror with as_bad
so that gas exits with error on file errors.  Correct error
message.
(input_file_get, input_file_give_next_buffer): Likewise.

17 years agobfd/
hjl [Tue, 12 Sep 2006 22:10:31 +0000 (22:10 +0000)]
bfd/

2006-09-12  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3197
* elflink.c (elf_link_output_extsym): Compute bucket only if
needed.

ld/testsuite/

2006-09-12  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3197
* ld-elf/hash.d: New test.

17 years ago(test_file_list_exec_source_files): Just
nickrob [Tue, 12 Sep 2006 20:11:42 +0000 (20:11 +0000)]
(test_file_list_exec_source_files): Just
check for one file.

17 years ago*** empty log message ***
nickrob [Tue, 12 Sep 2006 20:11:22 +0000 (20:11 +0000)]
*** empty log message ***

17 years ago2006-09-12 Paul Brook <paul@codesourcery.com>
jjohnstn [Tue, 12 Sep 2006 17:31:40 +0000 (17:31 +0000)]
2006-09-12  Paul Brook  <paul@codesourcery.com>

        * libc/stdlib/rand.c (srand): Add _REENT_CHECK_RAND48.

17 years ago* Makefile.in: Fix -ntdll typo.
cgf [Tue, 12 Sep 2006 15:14:51 +0000 (15:14 +0000)]
* Makefile.in: Fix -ntdll typo.
* cygcheck.cc (main): Restore POSIXLY_CORRECT before displaying user's
environment.

17 years agodaily update
amodra [Tue, 12 Sep 2006 01:34:11 +0000 (01:34 +0000)]
daily update

17 years agoForgot ChangeLog in last commit
ironhead [Tue, 12 Sep 2006 00:29:39 +0000 (00:29 +0000)]
Forgot ChangeLog in last commit

17 years ago2006-09-11 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>
ironhead [Tue, 12 Sep 2006 00:29:04 +0000 (00:29 +0000)]
2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>

        * lib/Makefile.in: fix typo.
        * lib/ddk/Makefile.in: fix typo.
        * lib/directx/Makefile.in: fix typo.

        Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
        for pointing it out.

17 years ago*** empty log message ***
gdbadmin [Tue, 12 Sep 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago* Makefile.in: Semi-revert 2006-08-30 change.
cgf [Mon, 11 Sep 2006 16:06:35 +0000 (16:06 +0000)]
* Makefile.in: Semi-revert 2006-08-30 change.

17 years agoPR binutils/3110
nickc [Mon, 11 Sep 2006 14:40:39 +0000 (14:40 +0000)]
PR binutils/3110
* objcopy.c (copy_archive): Add new parameter: force_output_target. If not
  true, then perserve the file formats of each copied archive element,
  otherwise force them to be one specific file format.
  (copy_file): Compute force_output_target parameter to pass to copy_archive.

17 years agoPR gas/3172
nickc [Mon, 11 Sep 2006 14:27:31 +0000 (14:27 +0000)]
PR gas/3172
* config/tc-arm.c (parse_typed_reg_or_scalar): Accept wCg class registers
  as a sub-class of wC registers.

17 years ago PR gas/3165
amodra [Mon, 11 Sep 2006 02:32:50 +0000 (02:32 +0000)]
PR gas/3165
* config/tc-mips.h (enum dwarf2_format): Forward declare.
(DWARF2_CIE_DATA_ALIGNMENT): Wrap negative number in parens.
* config/tc-alpha.h (DWARF2_CIE_DATA_ALIGNMENT): Likewise.
* config/tc-arm.h (DWARF2_CIE_DATA_ALIGNMENT): Likewise.

17 years ago*** empty log message ***
gdbadmin [Mon, 11 Sep 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sun, 10 Sep 2006 23:59:51 +0000 (23:59 +0000)]
daily update

17 years ago2006-09-10 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 10 Sep 2006 23:51:09 +0000 (23:51 +0000)]
2006-09-10  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3186
* elf.c (_bfd_elf_make_section_from_shdr): Correct length of
"gnu.linkonce.wi.".

17 years ago2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sun, 10 Sep 2006 22:55:43 +0000 (22:55 +0000)]
2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * Makefile.in: Remove files from lib directory with distclean target

17 years ago * include/_mingw.h (__MINGW_ATTRIB_DEPRECATED): Define.
dannysmith [Sun, 10 Sep 2006 21:16:05 +0000 (21:16 +0000)]
* include/_mingw.h (__MINGW_ATTRIB_DEPRECATED): Define.
(__MINGW_IMPORT): Ansify.
* include/stdlib.h (_sleep, _beep, _seterrormode): Add
__MINGW_ATTRIB_DEPRECATED.

17 years ago * include/_mingw.h (__MINGW_ATTRIB_DEPRECATED): Define.
dannysmith [Sun, 10 Sep 2006 21:15:38 +0000 (21:15 +0000)]
* include/_mingw.h (__MINGW_ATTRIB_DEPRECATED): Define.
(__MINGW_IMPORT): Ansify.
* include/stdlib.h (_sleep, _beep, _seterrormode): Add
__MINGW_ATTRIB_DEPRECATED.

17 years ago PR threads/2149
drow [Sun, 10 Sep 2006 16:21:03 +0000 (16:21 +0000)]
PR threads/2149
* infrun.c (handle_inferior_event): Context switch after fork
and exec events.

17 years ago * infcall.c (call_function_by_hand): Check for function pointer
drow [Sun, 10 Sep 2006 15:44:36 +0000 (15:44 +0000)]
* infcall.c (call_function_by_hand): Check for function pointer
types.

17 years ago2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sun, 10 Sep 2006 14:55:24 +0000 (14:55 +0000)]
2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * include/winuser.h (CS_DROPSHADOW): Define.

17 years ago * aclocal.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CC_GNU, LIB_AC_PROG_CXX):
keithmarshall [Sun, 10 Sep 2006 14:44:55 +0000 (14:44 +0000)]
* aclocal.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CC_GNU, LIB_AC_PROG_CXX):
Redundant macros; deleted.

* configure.in (LIB_AC_PROG_CC): Replaced by...
(AC_PROG_CC): ...this.

* configure: Regenerated.

17 years ago*** empty log message ***
gdbadmin [Sun, 10 Sep 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sat, 9 Sep 2006 23:59:51 +0000 (23:59 +0000)]
daily update

17 years ago * m68k-tdep.c (m68k_analyze_register_saves): Fix decoding of
schwab [Sat, 9 Sep 2006 23:07:32 +0000 (23:07 +0000)]
* m68k-tdep.c (m68k_analyze_register_saves): Fix decoding of
`move.l %R,-(%sp)'.

17 years ago*** empty log message ***
gdbadmin [Sat, 9 Sep 2006 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Fri, 8 Sep 2006 23:59:52 +0000 (23:59 +0000)]
daily update

17 years ago * lib/gas-dg.exp (gas-dg-test): Treat $dir as a literal.
kazu [Fri, 8 Sep 2006 17:08:05 +0000 (17:08 +0000)]
* lib/gas-dg.exp (gas-dg-test): Treat $dir as a literal.

17 years agoPR gas/3129
nickc [Fri, 8 Sep 2006 16:25:46 +0000 (16:25 +0000)]
PR gas/3129
* doc/as.texinfo (Macro): Improve documentation about separating macro arguments from following text.

17 years ago2006-09-08 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 8 Sep 2006 15:51:02 +0000 (15:51 +0000)]
2006-09-08  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (insns): Allow ARM IT pseudo-insn on all cores.

gas/testsuite/
* gas/arm/arm-it.s: New test.
* gas/arm/arm-it.d: New test.

17 years ago2006-09-08 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 8 Sep 2006 13:43:54 +0000 (13:43 +0000)]
2006-09-08  H.J. Lu  <hongjiu.lu@intel.com>

* ld.texinfo: Document --dynamic-list-cpp-typeinfo.

17 years ago2006-09-04 Vladimir Prus <vladimir@codesourcery.com>
rearnsha [Fri, 8 Sep 2006 10:32:28 +0000 (10:32 +0000)]
2006-09-04  Vladimir Prus  <vladimir@codesourcery.com>

* ld-arm/use-thumb-lib.sym: Use regexps instead of
absolute addresses, for robustness.

17 years ago2006-09-08 Vladimir Prus <vladimir@codesourcery.com>
rearnsha [Fri, 8 Sep 2006 10:30:27 +0000 (10:30 +0000)]
2006-09-08  Vladimir Prus  <vladimir@codesourcery.com>

* elf32-arm.c (elf32_arm_swap_symbol_out): Remove
unconditional setting of low bit for Thumb symbol
mistakenly left behind after check for external
symbols was added.  Fix comment typo.

17 years ago2006-09-08 Michael Gerdau <mgdde@users.sourceforge.net>
dannysmith [Fri, 8 Sep 2006 01:16:46 +0000 (01:16 +0000)]
2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>

* include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
Increase each constant by 1.

17 years ago*** empty log message ***
gdbadmin [Fri, 8 Sep 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Thu, 7 Sep 2006 23:59:54 +0000 (23:59 +0000)]
daily update

17 years agoMore symbol resolution code.
iant [Thu, 7 Sep 2006 21:21:41 +0000 (21:21 +0000)]
More symbol resolution code.

17 years ago* environ.cc (build_env): Don't put an empty environment variable into the
cgf [Thu, 7 Sep 2006 20:42:53 +0000 (20:42 +0000)]
* environ.cc (build_env): Don't put an empty environment variable into the
environment.  Optimize use of "len".
* errno.cc (ERROR_MORE_DATA): Translate to EMSGSIZE rather than EAGAIN.

17 years ago2006-09-07 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 7 Sep 2006 17:54:15 +0000 (17:54 +0000)]
2006-09-07  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (parse_operands): Mark operand as present.

gas/testsuite/
* gas/arm/neon-omit.s: Test three-argument variants.
* gas/arm/neon-omit.d: Update expected output.

17 years ago2006-09-07 Masaki Muranaka <monaka@monami-software.com>
jjohnstn [Thu, 7 Sep 2006 17:32:19 +0000 (17:32 +0000)]
2006-09-07  Masaki Muranaka  <monaka@monami-software.com>

        * libc/machine/xstormy16/Makefile.am:
        Add $(lpfx) prefix to LIBADD objects.
        lib_a_DEPENDENCIES uses the value of lib_a_LIBADD.
        * libc/machine/xstormy16/Makefile.in: Regenerated.

17 years ago2006-09-07 Masaki Muranaka <monaka@monami-software.com>
jjohnstn [Thu, 7 Sep 2006 17:28:09 +0000 (17:28 +0000)]
2006-09-07  Masaki Muranaka  <monaka@monami-software.com>

        * xstormy16/Makefile.in (clean): Fix a mismatched parenthesis.

17 years agobfd/
hjl [Thu, 7 Sep 2006 17:16:28 +0000 (17:16 +0000)]
bfd/

2006-09-07  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (elf_link_hash_entry): Add a dynamic field.
(bfd_elf_link_mark_dynamic_symbol): New.
(SYMBOLIC_BIND): New.

* elf32-i386.c (elf_i386_check_relocs): Replace info->symbolic
with SYMBOLIC_BIND (info, h).
(elf_i386_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
(elf64_x86_64_relocate_section): Likewise.
* elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.

* elflink.c (bfd_elf_link_mark_dynamic_symbol): New.
(bfd_elf_record_link_assignment): Call
bfd_elf_link_mark_dynamic_symbol on new entry.
(_bfd_elf_merge_symbol): Likewise.
(_bfd_elf_export_symbol): Return if the symbol isn't exported.
(_bfd_elf_fix_symbol_flags): Replace info->symbolic with
SYMBOLIC_BIND (info, h).
(_bfd_elf_dynamic_symbol_p): Likewise.
(_bfd_elf_symbol_refs_local_p): Likewise.
(bfd_elf_size_dynamic_sections): Updated.

include/

2006-09-07  H.J. Lu  <hongjiu.lu@intel.com>

* bfdlink.h (bfd_elf_dynamic_list): New.
(bfd_link_info): Add a dynamic field.

ld/

2006-09-07  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am (CXX): Set to g++.
(CXX_FOR_TARGET): Likewise.
* Makefile.in: Regenerated.

* NEWS: Mention --dynamic-list.

* ld.texinfo: Document --dynamic-list.

* ldgram.y: Support dynamic list.

* ldlang.c (lang_process): Call lang_finalize_version_expr_head
on link_info.dynamic if needed.
(lang_append_dynamic_list): New.
(lang_append_dynamic_list_cpp_typeinfo): New.
* ldlang.h (lang_append_dynamic_list): Likewise.
* ldlang.h (lang_append_dynamic_list_cpp_typeinfo): Likewise.

* ldlex.h (input_enum): Add input_dynamic_list.
* ldlex.l: Handle it.

* ldmain.c (main): Initialize link_info.dynamic.

* lexsup.c (option_values): Add OPTION_DYNAMIC_LIST and
OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
(ld_options): Add entries for OPTION_DYNAMIC_LIST and
OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
(parse_args): Handle OPTION_DYNAMIC_LIST and
OPTION_DYNAMIC_LIST_CPP_TYPEINFO.

ld/testsuite/

2006-09-07  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/dl1.c: New file.
* ld-elf/dl1.list: Likewise.
* ld-elf/dl1.out: Likewise.
* ld-elf/dl1main.c: Likewise.
* ld-elf/dl2.c: Likewise.
* ld-elf/dl2.list: Likewise.
* ld-elf/dl2a.out: Likewise.
* ld-elf/dl2b.out: Likewise.
* ld-elf/dl2main.c: Likewise.
* ld-elf/dl2xxx.c: Likewise.
* ld-elf/dl2xxx.list: Likewise.
* ld-elf/dl3.cc: Likewise.
* ld-elf/dl3.list: Likewise.
* ld-elf/dl3a.out: Likewise.
* ld-elf/dl3b.out: Likewise.
* ld-elf/dl3header.h: Likewise.
* ld-elf/dl3main.cc: Likewise.

* ld-elf/shared.exp: Updated.

* lib/ld-lib.exp (run_ld_link_exec_tests): Take an optional
argument for source language. Use CC/CXX for link, depending
on source language.
(run_cc_link_tests): Likewise.

17 years ago* emulparams/h8300elf.sh: _tinydata should not be placed in relocatables.
nickc [Thu, 7 Sep 2006 17:01:10 +0000 (17:01 +0000)]
* emulparams/h8300elf.sh: _tinydata should not be placed in relocatables.
* emulparams/h8300.sh: Likewise.
* emulparams/h8300sxelf.sh: Likewise.

17 years agoAllow the HIGH-FRAME parameter for -stack-list-frames to be larger
vprus [Thu, 7 Sep 2006 16:40:18 +0000 (16:40 +0000)]
Allow the HIGH-FRAME parameter for -stack-list-frames to be larger
than the number of available frames.

17 years ago From Stephan Springl <springl-gdb@bfw-online.de>
brobecke [Thu, 7 Sep 2006 16:22:57 +0000 (16:22 +0000)]
    From Stephan Springl  <springl-gdb@bfw-online.de>
        * fork-child.c (fork_inferior): Fix typo.

17 years ago [mingw-Bugs-1553275]
dannysmith [Thu, 7 Sep 2006 09:09:13 +0000 (09:09 +0000)]
[mingw-Bugs-1553275]
* include/wingdi.h (SetLayout): Add prototype.
(GetLayout): Likewise.

17 years ago*** empty log message ***
gdbadmin [Thu, 7 Sep 2006 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Wed, 6 Sep 2006 23:59:54 +0000 (23:59 +0000)]
daily update

17 years ago * mingwex/gdtoa/misc.c (pow5mult): Restore original code.
dannysmith [Wed, 6 Sep 2006 22:03:16 +0000 (22:03 +0000)]
* mingwex/gdtoa/misc.c (pow5mult): Restore original code.
* mingwex/gdtoa/gdtoa.h. Add comment that files have been modified.
* mingwex/gdtoa/gdtoaimp.h: Include system headers with <> brackets.

17 years ago2006-09-06 Eric Blake <ebb9@byu.net>
jjohnstn [Wed, 6 Sep 2006 20:03:27 +0000 (20:03 +0000)]
2006-09-06  Eric Blake  <ebb9@byu.net>

        * libc/stdio/vfprintf.c (_vfprintf_r, get_arg): Add 'hh', 'j',
        't', and 'z' modifiers.

17 years agodaily update
amodra [Wed, 6 Sep 2006 00:00:12 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Wed, 6 Sep 2006 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago2006-09-05 Bibo Mao <bibo.mao@intel.com>
hjl [Tue, 5 Sep 2006 18:56:50 +0000 (18:56 +0000)]
2006-09-05  Bibo Mao  <bibo.mao@intel.com>

PR binutils/3171
* coffcode.h (coff_write_object_contents): Set the optional
header magic number to PE32PMAGIC instead of ZMAGIC for ia64.

17 years ago * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
bwilson [Tue, 5 Sep 2006 17:45:53 +0000 (17:45 +0000)]
* gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
Register Packet Format, Tracepoint Packets): Fix spelling errors.

17 years ago2006-09-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 5 Sep 2006 16:26:28 +0000 (16:26 +0000)]
2006-09-05  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3015
* emultempl/elf32.em: Enable "-z relro" only if $COMMONPAGESIZE
is defined.

17 years ago2006-09-04 Paul Brook <paul@codesourcery.com>
pbrook [Tue, 5 Sep 2006 14:07:21 +0000 (14:07 +0000)]
2006-09-04  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (do_neon_dyadic_if_i): Remove.
(do_neon_dyadic_if_i_d): Avoid setting U bit.
(do_neon_mac_maybe_scalar): Ditto.
(do_neon_dyadic_narrow): Force operand type to NT_integer.
(insns): Remove out of date comments.

gas/testsuite/
* gas/arm/neon-cov.s: Test .u and .s aliases for .i suffixes.
* gas/arm/neon-cov.d: Adjust expected output.

opcodes/
* arm-dis.c (neon_opcode): Fix suffix on VMOVN.

17 years agoPR binutils/3166
nickc [Tue, 5 Sep 2006 08:22:27 +0000 (08:22 +0000)]
PR binutils/3166
* objcopy.c (is_strip_section): Do not treat group sections as debugging sections.
* doc/binutils.texi (--only-keep-debug): Document that this switch is only intended for use on fully linked files.

17 years ago*** empty log message ***
gdbadmin [Tue, 5 Sep 2006 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Mon, 4 Sep 2006 23:59:55 +0000 (23:59 +0000)]
daily update

17 years ago bfd/
shinwell [Mon, 4 Sep 2006 07:11:09 +0000 (07:11 +0000)]
bfd/
        * elf32-arm.c (elf32_arm_howto_table_1): Adjust entries for
        R_ARM_THM_ALU_PREL_11_0 and R_ARM_THM_PC12 relocations.
        (elf32_arm_final_link_relocate): Handle R_ARM_THM_ALU_PREL_11_0
        and R_ARM_THM_PC12 relocations.

17 years ago*** empty log message ***
gdbadmin [Mon, 4 Sep 2006 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sun, 3 Sep 2006 23:59:56 +0000 (23:59 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Sun, 3 Sep 2006 00:00:36 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sat, 2 Sep 2006 23:59:57 +0000 (23:59 +0000)]
daily update

17 years ago * gdbint.texinfo (Overall Structure): New section "Source Tree
eliz [Sat, 2 Sep 2006 15:27:16 +0000 (15:27 +0000)]
* gdbint.texinfo (Overall Structure): New section "Source Tree
Structure".

17 years ago [mingw-Bugs-1550139]
dannysmith [Sat, 2 Sep 2006 09:00:45 +0000 (09:00 +0000)]
[mingw-Bugs-1550139]
* include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
(GetRecordInfoFromGuids): Add prototype.

17 years ago*** empty log message ***
gdbadmin [Sat, 2 Sep 2006 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sat, 2 Sep 2006 00:00:00 +0000 (00:00 +0000)]
daily update

17 years agoPR binutils/3146
nickc [Fri, 1 Sep 2006 11:38:20 +0000 (11:38 +0000)]
PR binutils/3146
* readelf.c (dump_relocations): Check for a NULL value in rtype before using it.