OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
15 years agoinclude/ChangeLog
davek [Sat, 14 Mar 2009 03:30:25 +0000 (03:30 +0000)]
include/ChangeLog
2009-03-12  Dave Korn  <dave.korn.cygwin@gmail.com>

* coff/internal.h (struct internal_extra_pe_aouthdr):  Correct type
of DllCharacteristics flags field to unsigned.
* coff/pe.h (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
IMAGE_DLLCHARACTERISTICS_NO_ISOLATION,
IMAGE_DLLCHARACTERISTICS_NO_SEH,
IMAGE_DLLCHARACTERISTICS_NO_BIND,
IMAGE_DLLCHARACTERISTICS_WDM_DRIVER,
IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE):  New macros to
define flag bit values for DllCharacteristics field of PEAOUTHDR,
PEPAOUTHDR.

ld/ChangeLog
2009-03-12  Dave Korn  <dave.korn.cygwin@gmail.com>
            Danny Smith  <dannysmith@users.sourceforge.net>

* emultmpl/pe.em (pe_dll_characteristics): New variable.
(OPTION_DYNAMIC_BASE, OPTION_FORCE_INTEGRITY, OPTION_NX_COMPAT,
OPTION_NO_ISOLATION. OPTION_NO_SEH, OPTION_NO_BIND,
OPTION_WDM_DRIVER, OPTION_TERMINAL_SERVER_AWARE):
New macros for options to set DllCharacteristics flag bits.
(gld${EMULATION_NAME}_add_options): Add dynamicbase, forceinteg,
nxcompat, no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
(init): Add DllCharacteristics field.
(gld_${EMULATION_NAME}_list_options): List new options.
(gld${EMULATION_NAME}_handle_option): Handle new options.
* emultmpl/pep.em (pe_dll_characteristics): New variable.
(OPTION_DYNAMIC_BASE, OPTION_FORCE_INTEGRITY, OPTION_NX_COMPAT,
OPTION_NO_ISOLATION. OPTION_NO_SEH, OPTION_NO_BIND,
OPTION_WDM_DRIVER, OPTION_TERMINAL_SERVER_AWARE):
New macros for options to set DllCharacteristics flags.
(gld${EMULATION_NAME}_add_options): Add dynamicbase, forceinteg,
nxcompat,no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
(init): Add DllCharacteristics field.
(gld_${EMULATION_NAME}_list_options): List new options.
(gld${EMULATION_NAME}_handle_option): Handle new options.
* ldtexinfo : Document dynamicbase, forceinteg, nxcompat,
no-isolation, no-seh, no-bind, wdmdriver, tsaware options.

15 years ago2009-03-14 Pedro Alves <pedro@codesourcery.com>
palves [Sat, 14 Mar 2009 01:38:07 +0000 (01:38 +0000)]
2009-03-14  Pedro Alves  <pedro@codesourcery.com>

gdb/
* remote.c (PACKET_qAttached): New.
(remote_query_attached): New.
(remote_add_inferior): Add new `attached' argument.  Handle it.
(remote_notice_new_inferior, remote_start_remote): Adjust to pass
-1 to remote_add_inferior in new parameter.
(extended_remote_attach_1): Adjust to pass 1 to
remote_add_inferior in the new parameter.
(extended_remote_create_inferior_1): Adjust to pass 0 to
remote_add_inferior in the new parameter.
(_initialize_remote): Add "set/show remote query-attached-packet"
commands.

2009-03-14  Pedro Alves  <pedro@codesourcery.com>

gdb/gdbserver/
* server.c (handle_query): Handle "qAttached".

2009-03-14  Pedro Alves  <pedro@codesourcery.com>

gdb/doc/
* gdb.texinfo (Remote Configuration): Document query-attached.
        (General Query Packets): Document qAttached.

15 years agodaily update
amodra [Sat, 14 Mar 2009 00:00:09 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Sat, 14 Mar 2009 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago * fileread.cc (Input_file::open): Remove options parameter.
ian [Fri, 13 Mar 2009 21:30:06 +0000 (21:30 +0000)]
* fileread.cc (Input_file::open): Remove options parameter.
Change all callers.
(Input_file::open_binary): Likewise.
* script.cc (read_input_script): Likewise.
* readsyms.h (class Read_symbols): Remove options_ field.  Remove
options parameter from constructor.  Change all callers.
(class Read_script): Likewise.
* fileread.h (class Input_file): Update declarations.
* script.h (read_input_script): Update declaration.

15 years ago * symtab.c (lookup_symbol_in_language): Use a cleanup.
tromey [Fri, 13 Mar 2009 21:02:57 +0000 (21:02 +0000)]
* symtab.c (lookup_symbol_in_language): Use a cleanup.

15 years ago * mktemp.cc: Remove STABS specific link-time warning. Align copyright
corinna [Fri, 13 Mar 2009 20:49:42 +0000 (20:49 +0000)]
* mktemp.cc: Remove STABS specific link-time warning.  Align copyright
text to upstream.

15 years ago * exceptions.h: Clean up some comments on catch_exceptions usage.
devans [Fri, 13 Mar 2009 17:26:57 +0000 (17:26 +0000)]
* exceptions.h: Clean up some comments on catch_exceptions usage.
* exceptions.c: Ditto.  Plus mark catch_errors as superseded by
catch_exceptions.

15 years agobfd/
hjl [Fri, 13 Mar 2009 13:39:56 +0000 (13:39 +0000)]
bfd/

2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/9945
* elf.c (assign_section_numbers): Generate symbol table if there
is any relocation in output.
(_bfd_elf_compute_section_file_positions): Likewise.

binutils/

2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/9945
* objcopy.c (copy_object): Clear HAS_RELOC when stripping all.

15 years ago PR 9934
nickc [Fri, 13 Mar 2009 11:34:42 +0000 (11:34 +0000)]
    PR 9934
        * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section.
        * elflink.c (elf_link_read_relocs_from_section): Use
        NUM_SHDR_ENTRIES.  Gracefully handle the case where there are
        relocs but no symbol table.
        * elf32-arm.c (elf32_arm_check_relocs): Likewise.

15 years ago * gdb.mi/mi-cli.exp: Adjust for output difference in
vprus [Fri, 13 Mar 2009 10:55:08 +0000 (10:55 +0000)]
    * gdb.mi/mi-cli.exp: Adjust for output difference in
        sync and async modes.

15 years ago * flock.cc: Fix lockf copyright to latest version.
corinna [Fri, 13 Mar 2009 09:33:55 +0000 (09:33 +0000)]
* flock.cc: Fix lockf copyright to latest version.

15 years ago * lib/ld-lib.exp (run_dump_test): Add verbose to list of globals.
nickc [Fri, 13 Mar 2009 09:00:59 +0000 (09:00 +0000)]
    * lib/ld-lib.exp (run_dump_test): Add verbose to list of globals.
        Replace call to verbose_eval with a test of verbose level.  If
        greater than 2 always dump the contents of the dumpfile.  If equal
        to 2 only dump the contents if the regexp diff failed.
        (proc verbose_eval): Delete.

15 years ago * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
nathan [Fri, 13 Mar 2009 07:57:47 +0000 (07:57 +0000)]
* Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
GPLv3, update license URL.

15 years ago * source.c (source_full_path_of): Constify parameter filename.
brobecke [Fri, 13 Mar 2009 02:34:13 +0000 (02:34 +0000)]
    * source.c (source_full_path_of): Constify parameter filename.
        * defs.h (source_full_path_of): Update declaration accordingly.

15 years ago * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
brobecke [Fri, 13 Mar 2009 02:30:55 +0000 (02:30 +0000)]
    * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
        BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
        Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.

15 years ago * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
brobecke [Fri, 13 Mar 2009 02:24:37 +0000 (02:24 +0000)]
    * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
        that was checked in by mistake. Remove loading of ada.exp, since
        this is not necessary in this case.

15 years ago * gdb.ada/ptype_arith_binop.exp: New testcase.
brobecke [Fri, 13 Mar 2009 02:15:36 +0000 (02:15 +0000)]
    * gdb.ada/ptype_arith_binop.exp: New testcase.

15 years ago * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
brobecke [Fri, 13 Mar 2009 02:15:01 +0000 (02:15 +0000)]
    * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
        promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.

15 years agoFix the author name in the last entry.
brobecke [Fri, 13 Mar 2009 01:52:33 +0000 (01:52 +0000)]
Fix the author name in the last entry.

15 years ago * ada-tasks.c (ada_task_is_alive): Move up and make static.
brobecke [Fri, 13 Mar 2009 01:51:17 +0000 (01:51 +0000)]
    * ada-tasks.c (ada_task_is_alive): Move up and make static.
        * ada-lang.h (ada_task_is_alive): Remove declaration.

15 years ago * ada-lang.c (ada_delta): Change the type of numerators and
brobecke [Fri, 13 Mar 2009 01:28:05 +0000 (01:28 +0000)]
    * ada-lang.c (ada_delta): Change the type of numerators and
        denominators to DOUBLEST, as they may not fit into a long.
        (scaling_factor): Ditto.

15 years agoImprove the last changelog entry.
brobecke [Fri, 13 Mar 2009 01:13:33 +0000 (01:13 +0000)]
Improve the last changelog entry.

15 years ago * language.c (lang_bool_type): Return a builtin bool type in the
brobecke [Fri, 13 Mar 2009 01:12:21 +0000 (01:12 +0000)]
    * language.c (lang_bool_type): Return a builtin bool type in the
        Ada case.

15 years ago * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
brobecke [Fri, 13 Mar 2009 00:57:52 +0000 (00:57 +0000)]
    * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
        types, if we are unable to determine the actual symbol type
        from its tag, then use the static approximation instead.

15 years ago*** empty log message ***
gdbadmin [Fri, 13 Mar 2009 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Fri, 13 Mar 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago * gdb.ada/mod_from_name: New testcase.
brobecke [Thu, 12 Mar 2009 23:42:04 +0000 (23:42 +0000)]
    * gdb.ada/mod_from_name: New testcase.

15 years ago Fix crash printing packed record with packed array.
brobecke [Thu, 12 Mar 2009 23:41:16 +0000 (23:41 +0000)]
    Fix crash printing packed record with packed array.

        * ada-lang.c (ada_modulus_from_name): New function.
        (ada_modulus): In the case where the type length is bigger than
        the size of the type used to hold the bounds, try determining
        the modulus from the type name.
        (ada_value_primitive_packed_val): Fix bug in the computation of
        ntarg causing an out-of-buffer invalid access.

15 years ago * gdb.ada/tick_last_segv: New testcase.
brobecke [Thu, 12 Mar 2009 23:19:34 +0000 (23:19 +0000)]
    * gdb.ada/tick_last_segv: New testcase.

15 years ago Fix segfault when printing short_integer'last.
brobecke [Thu, 12 Mar 2009 23:17:31 +0000 (23:17 +0000)]
    Fix segfault when printing short_integer'last.

        * ada-lang.c (ada_find_any_type): Search in the primitive types
        if a symbol could not be found.

15 years ago * ada-tasks.c (task_states,long_task_states): Add new states
brobecke [Thu, 12 Mar 2009 22:53:38 +0000 (22:53 +0000)]
        * ada-tasks.c (task_states,long_task_states): Add new states
            Activating and Acceptor_Delay_Sleep.  Update the description
            of state Acceptor_Sleep.

15 years ago Fix a build failure on Darwin following some changes in
brobecke [Thu, 12 Mar 2009 22:29:30 +0000 (22:29 +0000)]
    Fix a build failure on Darwin following some changes in
        the profile of some target_ops methods.

        * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
        where missing.
        (darwin_stop_inferior, darwin_detach): Likewise.

15 years ago * fhandler_disk_file.cc (path_conv::isgood_inode): Move to be defined
corinna [Thu, 12 Mar 2009 22:03:28 +0000 (22:03 +0000)]
* fhandler_disk_file.cc (path_conv::isgood_inode): Move to be defined
earlier.
(get_ino_by_handle): Take additional path_conv argument, accommodate
throughout.  Only use FileId if isgood_inode check is true.
(fhandler_base::open_fs): Simplify setting ino due to above change.
(readdir_get_ino): Make sure to return always a non-zero inode number.
(fhandler_disk_file::readdir): Always open file in dir with
FILE_OPEN_REPARSE_POINT so as not to open wrong file.
Drop call to isgood_inode here.
* path.cc (symlink_info::check): Call fs.update in case we're fetching
file information from call to NtQueryDirectoryFile.

15 years ago * library/pkgIndex.tcl: Update combobox version to 2.3.
kseitz [Thu, 12 Mar 2009 21:00:11 +0000 (21:00 +0000)]
* library/pkgIndex.tcl: Update combobox version to 2.3.

15 years ago * gdb.mi/mi-cli.exp: Remove debug print.
vprus [Thu, 12 Mar 2009 20:16:06 +0000 (20:16 +0000)]
    * gdb.mi/mi-cli.exp: Remove debug print.

15 years ago * gdb.mi/mi-cli.exp: Remove debug print.
vprus [Thu, 12 Mar 2009 20:14:53 +0000 (20:14 +0000)]
    * gdb.mi/mi-cli.exp: Remove debug print.

15 years ago Include token in ^running notification for CLI commands.
vprus [Thu, 12 Mar 2009 20:08:00 +0000 (20:08 +0000)]
Include token in ^running notification for CLI commands.

        * mi/mi-main.c (mi_execute_command): Set current_token here.
        (mi_cmd_execute): Do not set current_token here.

15 years ago Fix MI timings.
vprus [Thu, 12 Mar 2009 19:54:54 +0000 (19:54 +0000)]
Fix MI timings.

        * mi/mi-main.c (mi_print_timing_maybe): New.
        (captured_mi_execute_command): Simplify. Output timings to
        CLI commands, too.
        (mi_execute_async_cli_command): Do not print timings.
        * mi/mi-main.h (mi_print_timing_maybe): Declare.
        * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.

15 years ago * flock.cc (fhandler_disk_file::lock): Don't test file open mode in
corinna [Thu, 12 Mar 2009 18:30:28 +0000 (18:30 +0000)]
* flock.cc (fhandler_disk_file::lock): Don't test file open mode in
case of flock-type locks.  Explain why.

15 years ago * xcoffread.c (process_linenos): Check if the line in the
brobecke [Thu, 12 Mar 2009 17:56:20 +0000 (17:56 +0000)]
    * xcoffread.c (process_linenos): Check if the line in the
        include table refers to the main source file and, if so,
        add them to the main subfile.

15 years ago Fix a build failure on AIX introduced after a change in the profile
brobecke [Thu, 12 Mar 2009 17:44:28 +0000 (17:44 +0000)]
    Fix a build failure on AIX introduced after a change in the profile
        of some of the "methods" in the target_ops structure.
        * aix-thread.c: Add missing target_ops parameter throughout.

        Implement Ada task switching on AIX.
        * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
        (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.

15 years ago2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 12 Mar 2009 17:13:39 +0000 (17:13 +0000)]
2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/9938
* elf32-i386.c (elf_i386_check_tls_transition): Use strncmp
to check ___tls_get_addr.

* elf64-x86-64.c (elf64_x86_64_check_tls_transition): Use
strncmp to check __tls_get_addr.

15 years ago * gethostby_helper: Fix typos in DEBUGGING case.
corinna [Thu, 12 Mar 2009 15:54:49 +0000 (15:54 +0000)]
* gethostby_helper: Fix typos in DEBUGGING case.

15 years ago * libc/time/time.tex (wcsftime.def): Include.
corinna [Thu, 12 Mar 2009 15:34:56 +0000 (15:34 +0000)]
* libc/time/time.tex (wcsftime.def):  Include.
* libc/time/wcsftime.c:  Clean up documentation a little.

15 years ago * libc/stdio/swscanf.c: Some documentation corrections.
corinna [Thu, 12 Mar 2009 14:30:27 +0000 (14:30 +0000)]
* libc/stdio/swscanf.c:  Some documentation corrections.

15 years ago2009-03-12 Andrew Stubbs <ams@codesourcery.com>
ams [Thu, 12 Mar 2009 10:57:18 +0000 (10:57 +0000)]
2009-03-12  Andrew Stubbs  <ams@codesourcery.com>

* dwarf2.c (read_section): Always check the offset, even when the
section has been read before.

15 years ago * libc/stdio/swprintf.c (_swprintf_r, swprintf):
corinna [Thu, 12 Mar 2009 10:27:10 +0000 (10:27 +0000)]
* libc/stdio/swprintf.c (_swprintf_r, swprintf):
correct how terminating L'\0' is added;
change return to match standard for when output does not fit;
some corrections and enhancements to the docs.
* libc/stdio/vswprintf.c (_vswprintf_r):  ditto, except for docs.
* libc/stdio/vfwprintf.c:  some corrections to the docs and some
enhancements to comments.  (No code changes.)
* libc/time/strftime.c:  Correct some problems that made wcsftime()
not work correctly:  work properly with swprintf returns that are
different from snprintf returns, correct test vector lengths for
when sizeof(wchar_t) > 1.
* libc/stdio/sprintf.c:  Some documentation and comment corrections and
enhancements to match those done to swprintf.c.

15 years ago*** empty log message ***
gdbadmin [Thu, 12 Mar 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Thu, 12 Mar 2009 00:00:09 +0000 (00:00 +0000)]
daily update

15 years ago * binutils-all/objdump.W, binutils-all/objdump.s: Don't match
jsm28 [Wed, 11 Mar 2009 22:49:53 +0000 (22:49 +0000)]
* binutils-all/objdump.W, binutils-all/objdump.s: Don't match
literal "tmpdir/" in expected output.

15 years ago * breakpoint.c (bpstat_check_breakpoint_conditions): Use
drow [Wed, 11 Mar 2009 20:26:01 +0000 (20:26 +0000)]
* breakpoint.c (bpstat_check_breakpoint_conditions): Use
value_mark and value_free_to_mark.
* objfiles.c (free_objfile): Call objfile_free_data before
freeing the BFD.

15 years ago2009-03-11 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 11 Mar 2009 16:42:22 +0000 (16:42 +0000)]
2009-03-11  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in
comments.

15 years ago * cygwin.din: Export wcscasecmp, wcsncasecmp.
corinna [Wed, 11 Mar 2009 13:00:27 +0000 (13:00 +0000)]
* cygwin.din: Export wcscasecmp, wcsncasecmp.
* posix.sgml: Move wcscasecmp, wcsncasecmp to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.

15 years ago * libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.
corinna [Wed, 11 Mar 2009 12:57:53 +0000 (12:57 +0000)]
* libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.
* libc/string/Makefile.am: Add wcscasecmp.c, wcsncasecmp.c
* libc/stdio/Makefile.in: Regenerate.
* libc/string/strings.tex: Add new documentation references.
* libc/string/wcscasecmp.c: New file.
* libc/string/wcsncasecmp.c: New file.

15 years ago * cygwin.din: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf,
corinna [Wed, 11 Mar 2009 12:03:43 +0000 (12:03 +0000)]
* cygwin.din: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf,
vswscanf.
* posix.sgml: Move fwscanf, swscanf, vwscanf, vfwscanf, vswscanf
to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.

15 years ago * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,
corinna [Wed, 11 Mar 2009 11:53:22 +0000 (11:53 +0000)]
* libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,
wscanf): Declare.
(_fwscanf_r, _swscanf_r, _vfwscanf_r, _vswscanf_r, _vwscanf_r,
_wscanf_r): Declare.
* libc/stdio/Makefile.am: Add new wscanf files.
* libc/stdio/Makefile.in: Regenerate.
* libc/stdio/fwscanf.c: New file.
* libc/stdio/local.h (__svfwscanf_r, __ssvfwscanf_r, __svfiwscanf_r,
__ssvfiwscanf_r): Declare.
* libc/stdio/stdio.tex: Add new documentation references.
* libc/stdio/swscanf.c: New file.
* libc/stdio/vfwscanf.c: New file.
* libc/stdio/vswscanf.c: New file.
* libc/stdio/vwscanf.c: New file.
* libc/stdio/wscanf.c: New file.

* libc/stdio/vfscanf.c (_sungetc_r): Make externaly available.  Only
define if INTEGER_ONLY is defined.  Declare otherwise.
(__ssrefill_r): Ditto.
(_sfread_r): Ditto.

Remove static eofread/eofread1 functions and use __seofread
function instead, throughout.
* libc/stdio/local.h (__seofread): Declare.
* libc/stdio/stdio.c (__seofread): Define.

* libc/stdio/fgetwc.c (__fgetwc): Fix compiler warning.
* libc/stdio/fgetws.c (_fgetws_r): Ditto.
* libc/stdio/fread.c (_fread_r): Ditto.
* libc/stdio/vfprintf.c: Ditto.
* libc/stdio/vswprintf.c: Ditto.

15 years ago[bfd/ChangeLog]
cgd [Wed, 11 Mar 2009 04:36:38 +0000 (04:36 +0000)]
[bfd/ChangeLog]
2009-03-11  Chris Demetriou  <cgd@google.com>

* bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag.
* bfd-in2.h: Regenerate.
* archive.c (bfd_ar_hdr_from_filesystem): If BFD_DETERMINISTIC_OUTPUT
flag is set, use 0 for uid, gid, and timestamp, and use 0644 for file
mode.
(bsd_write_armap): Likewise.
(_bfd_archive_bsd_update_armap_timestamp): If BFD_DETERMINISTIC_OUTPUT
flag is set, do nothing.
(coff_write_armap): If BFD_DETERMINISTIC_OUTPUT flag is set, use 0
for timestamp.

[binutils/ChangeLog]
2009-03-11  Chris Demetriou  <cgd@google.com>

* ar.c (deterministic): New global variable.
(main): Recognize new 'D' option, which enables 'deterministic mode'.
(usage): Document new 'D' option.
(write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
flags if deterministic mode was requested.
* doc/binutils.texi (ar): Document deterministic mode ('D' option).

[binutils/testsuite/ChangeLog]
2009-03-11  Chris Demetriou  <cgd@google.com>

* binutils-all/ar.exp (deterministic_archive): New test.

15 years ago * config/tc-cris.c (cris_create_short_jump): Remove prototype.
hp [Wed, 11 Mar 2009 03:22:43 +0000 (03:22 +0000)]
* config/tc-cris.c (cris_create_short_jump): Remove prototype.
Rename, changing all callers, to...
(md_create_short_jump): Adjust head comment.  Assert
word-sized-branch distance for v32.  Bail out calling as_fatal for
compatibility mode here.
(md_create_long_jump): ...not here.
* config/tc-cris.h (md_create_short_jump): Do not define.

15 years ago * gas/cris/rd-bkw5.d, gas/cris/rd-bkw5.s, gas/cris/rd-bkw5b.d,
hp [Wed, 11 Mar 2009 03:17:30 +0000 (03:17 +0000)]
* gas/cris/rd-bkw5.d, gas/cris/rd-bkw5.s, gas/cris/rd-bkw5b.d,
gas/cris/rd-bkw5bpic.d, gas/cris/rd-bkw5bv32.d,
gas/cris/rd-bkw5bv32pic.d, gas/cris/rd-bkw5pic.d,
gas/cris/rd-bkw5v32.d, gas/cris/rd-bkw5v32pic.d: New tests.

15 years ago * elf32-spu.c (find_function_stack_adjust): Handle sf instruction
uweigand [Wed, 11 Mar 2009 00:18:02 +0000 (00:18 +0000)]
* elf32-spu.c (find_function_stack_adjust): Handle sf instruction
used to update stack pointer.

15 years ago*** empty log message ***
gdbadmin [Wed, 11 Mar 2009 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Wed, 11 Mar 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago * gas/cris/rd-bkw4.d, gas/cris/rd-bkw4v32.d, gas/cris/rd-bkw4.s:
hp [Tue, 10 Mar 2009 14:40:36 +0000 (14:40 +0000)]
* gas/cris/rd-bkw4.d, gas/cris/rd-bkw4v32.d, gas/cris/rd-bkw4.s:
New test.

15 years ago * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
hp [Tue, 10 Mar 2009 14:38:03 +0000 (14:38 +0000)]
* write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
the jump table for multiple overflowing entries with the same
target, handle base symbols being different.
(relax_segment) <case rs_broken_word, second loop>: Whenever a
single entry overflows, arrange to redirect all entries with the
same target.

15 years agoAdd Spanish translation to gold.
nickc [Tue, 10 Mar 2009 09:20:59 +0000 (09:20 +0000)]
Add Spanish translation to gold.
Update Indonesian translation for opcodes.

15 years ago * libc/machine/arm/arm_asm.h: Fix typo.
corinna [Tue, 10 Mar 2009 09:02:31 +0000 (09:02 +0000)]
* libc/machine/arm/arm_asm.h: Fix typo.

15 years ago * disasm.c (gdb_disassembly): Remove unused argument
teawater [Tue, 10 Mar 2009 08:53:53 +0000 (08:53 +0000)]
* disasm.c (gdb_disassembly): Remove unused argument
"line_num".
* disasm.h (gdb_disassembly): Ditto.
* cli/cli-cmds.c (print_disassembly): Ditto.
* mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.

15 years agoinclude/opcode/
amodra [Tue, 10 Mar 2009 06:53:45 +0000 (06:53 +0000)]
include/opcode/
* ppc.h (ppc_parse_cpu): Declare.
opcodes/
* ppc-dis.c: Include "opintl.h".
(struct ppc_mopt, ppc_opts): New.
(ppc_parse_cpu): New function.
(powerpc_init_dialect): Use it.
(print_ppc_disassembler_options): Dump options from ppc_opts.
Internationalize message.
gas/
* config/tc-ppc.c (parse_cpu): Delete.
(md_parse_option, ppc_machine): Use ppc_parse_cpu.
gas/testsuite/
* gas/ppc/altivec_and_spe.d (objdump): Add -Maltivec.
* gas/ppc/common.d: Adjust for -Mcom not including -Mppc.

15 years agobinutils/
hjl [Tue, 10 Mar 2009 00:48:09 +0000 (00:48 +0000)]
binutils/

2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/9933
* objcopy.c (filter_symbols): Properly handle common symbols
in relocatable file.

binutils/testsuite/

2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/9933
* binutils-all/copy-4.d: New.

* binutils-all/objcopy.exp: Run copy-4.

15 years ago*** empty log message ***
gdbadmin [Tue, 10 Mar 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Tue, 10 Mar 2009 00:00:08 +0000 (00:00 +0000)]
daily update

15 years ago2009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
ppluzhnikov [Mon, 9 Mar 2009 22:38:37 +0000 (22:38 +0000)]
2009-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>

* solib.c (solib_contains_address_p): New function.
(solib_name_from_address): Use it.
* printcmd.c (display_uses_solib_p): Use it.
* solib.h (solib_contains_address_p): Declare it.

15 years ago * varobj.c (free_variable): Call value_free.
jkratoch [Mon, 9 Mar 2009 22:35:43 +0000 (22:35 +0000)]
* varobj.c (free_variable): Call value_free.

15 years ago PR gdb/9873:
jkratoch [Mon, 9 Mar 2009 18:53:48 +0000 (18:53 +0000)]
PR gdb/9873:
* dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
Move the variable `macinfo_type' out of the loop.  Create a new
processing pass before the current one to pre-create `current_file'.
New complaint on misplaced zero/non-zero definitions/includes.
Skip first DW_MACINFO_start_file with `at_commandline' set.

15 years ago2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 9 Mar 2009 18:33:42 +0000 (18:33 +0000)]
2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>

PR gas/9915
* config/tc-i386.h (LOCAL_LABELS_DOLLAR): New.  Defined as 0.
(LOCAL_LABELS_FB): Undefine befoe define.

15 years ago * fhandler.h (fhandler_socket::wait_for_events): Take additional
corinna [Mon, 9 Mar 2009 14:40:44 +0000 (14:40 +0000)]
* fhandler.h (fhandler_socket::wait_for_events): Take additional
parameter "dontwait".
* fhandler_socket.cc (fhandler_socket::wait_for_events): Act as if the
socket is non-blocking if dontwait is true.
(fhandler_socket::recv_internal): Use incoming MSG_DONTWAIT flag to
set the wait_for_events dontwait parameter.
(fhandler_socket::send_internal): Ditto.  Optimize code slightly.
* include/cygwin/socket.h (MSG_DONTWAIT): Define.
* include/cygwin/version.h: Bump API minor number.

15 years ago * cygwin.din: Export wcsftime.
corinna [Mon, 9 Mar 2009 13:22:37 +0000 (13:22 +0000)]
* cygwin.din: Export wcsftime.
* posix.sgml: Move wcsftime to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.

15 years ago * solib.c (reload_shared_libraries): Give
vprus [Mon, 9 Mar 2009 13:19:19 +0000 (13:19 +0000)]
   * solib.c (reload_shared_libraries): Give
       inferior a chance to reset solib breakpoint.
       Reinit frame cache.

15 years ago * libc/time/strftime.c: Adapt for dual-purpose use so not only
corinna [Mon, 9 Mar 2009 12:35:03 +0000 (12:35 +0000)]
* libc/time/strftime.c:  Adapt for dual-purpose use so not only
defines strftime(), but can also define wcsftime(); add optional
test package; speed up %Y handling.
* libc/time/wcsftime.c:  New file, defining wcsftime() (albeit
indirectly by including strftime.c) and its documentation.
* libc/time/time.tex:  Enhance tm_isdst explanation, change strftime
description to match modified description in strftime.c
* libc/time/Makefile.am:  Add wcsftime.c and wcsftime.def.  Add a rule
so that wcsftime.o gets rebuilt when strftime changes.
* libc/time/Makefile.in:  Regenerate.
* libc/include/wchar.h (wcsftime): Declare.

15 years ago * pathnames.sgml: Try to be more clear explain raw devices.
corinna [Mon, 9 Mar 2009 10:23:44 +0000 (10:23 +0000)]
* pathnames.sgml: Try to be more clear explain raw devices.

15 years ago * utils.sgml: Fix typo.
corinna [Mon, 9 Mar 2009 09:20:38 +0000 (09:20 +0000)]
* utils.sgml: Fix typo.

15 years agoMinor formatting change
cgf [Mon, 9 Mar 2009 05:35:56 +0000 (05:35 +0000)]
Minor formatting change

15 years ago*** empty log message ***
gdbadmin [Mon, 9 Mar 2009 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Mon, 9 Mar 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago* cygcheck.cc (usage): Fix typo.
cgf [Sun, 8 Mar 2009 21:13:26 +0000 (21:13 +0000)]
* cygcheck.cc (usage): Fix typo.

15 years ago* windows-nat.c (dr): Redefine to use largest possible integer which holds a
cgf [Sun, 8 Mar 2009 21:01:51 +0000 (21:01 +0000)]
* windows-nat.c (dr): Redefine to use largest possible integer which holds a
pointer.
(cygwin_set_dr): Avoid coercion.
* windows-nat.c (windows_create_inferior): implement --tty handling on
non-cygwin.

15 years agodaily update
amodra [Sun, 8 Mar 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Sun, 8 Mar 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago * ld-elf/empty2.d: Remove xfail for hppa*-*-*.
danglin [Sat, 7 Mar 2009 23:42:28 +0000 (23:42 +0000)]
* ld-elf/empty2.d: Remove xfail for hppa*-*-*.
* ld-elf/merge.d: Change xfail for hppa to hppa*64*-*-*.

15 years ago PR binutils/9921
danglin [Sat, 7 Mar 2009 23:38:12 +0000 (23:38 +0000)]
PR binutils/9921
* som.c (som_bfd_derive_misc_symbol_info): Set symbol type ST_ABSOLUTE
for unknown symbols in absolute section.

15 years agodaily update
amodra [Sat, 7 Mar 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Sat, 7 Mar 2009 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago * options.cc (parse_short_option): Keep dash_z from registering itself.
ccoutant [Fri, 6 Mar 2009 23:12:37 +0000 (23:12 +0000)]
* options.cc (parse_short_option): Keep dash_z from registering itself.

15 years ago2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
ppluzhnikov [Fri, 6 Mar 2009 18:51:04 +0000 (18:51 +0000)]
2009-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>

Rename solib_address to solib_name_from_address.
* breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
(disable_breakpoints_in_unloaded_shlib): Update.
* printcmd.c (display_uses_solib_p): Likewise.
* stack.c (print_frame): Likewise.
* solib.c: Rename.
* solib.h: Rename.

15 years ago * libc/reent/reent.c (_reclaim_reent): Make a block from MP-related
corinna [Fri, 6 Mar 2009 17:11:19 +0000 (17:11 +0000)]
* libc/reent/reent.c (_reclaim_reent): Make a block from MP-related
statements in _REENT_SMALL case.  Check if _atexit is not NULL before
dereferencing it.
(_wrapup_reent): Check if _atexit is not NULL before dereferencing it.

15 years ago * cygwin.din: Export gethostbyname2.
corinna [Fri, 6 Mar 2009 16:31:24 +0000 (16:31 +0000)]
* cygwin.din: Export gethostbyname2.
* net.cc: define _CYGWIN_IN_H and include resolv.h.
(realloc_ent): New function.
(dup_ent): Call realloc_ent.
(memcpy4to6): New function.
(dn_length1): New function.
(gethostby_helper): New function.
(gethostbyname2): New function.
* posix.sgml: Add gethostbyname2.
* include/cygwin/version.h: Bump API minor number.
* libc/minires.c (get_options): Look for "inet6" and apply bounds
to "retry" and "retrans".
(res_ninit): Set the default options at the beginning.
(dn_expand): Fix "off by one".

15 years agoUpdated Spanish translations.
nickc [Fri, 6 Mar 2009 12:14:37 +0000 (12:14 +0000)]
Updated Spanish translations.

15 years ago * cygwin.din: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf,
corinna [Fri, 6 Mar 2009 10:09:54 +0000 (10:09 +0000)]
* cygwin.din: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf,
vswprintf.  Sort.
* posix.sgml: Move fwprintf, swprintf, vwprintf, vfwprintf, vswprintf
to SUSv4 list.  Sort SUSv4 list.
* include/cygwin/version.h: Bump API minor number.

15 years ago * libc/include/stdio.h (__VALIST): Guard against multiple definition.
corinna [Fri, 6 Mar 2009 09:55:52 +0000 (09:55 +0000)]
* libc/include/stdio.h (__VALIST): Guard against multiple definition.
* libc/include/wchar.h: Include stdarg.h.
(__VALIST): Define conditionally.
(fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, wprintf: Declare.
(_fwprintf_r, _swprintf_r, _vfwprintf_r, _vswprintf_r, _vwprintf_r,
 _wprintf_r): Declare.
* libc/stdio/Makefile.am: Add new files.
* libc/stdio/Makefile.in: Regenerate.
* libc/stdio/fwprintf.c: New file.
* libc/stdio/local.h (_svfwprintf_r, _svfiwprintf_r): Declare.
(__CH_CLASS, __STATE, __ACTION): Move definition from vfprintf.c here
and move to the __ namespace.
(__chclass, __state_table, __action_table): Declare.
* libc/stdio/stdio.tex: Add new documentation references.
* libc/stdio/swprintf.c: New file.
* libc/stdio/vfprintf.c (__SPRINT): New macro to call the right
__sprint_r function according to compilation unit.  Use throughout.
(__ssprint_r): Rename STRING_ONLY variant from __sprint_r.
Make externaly available.  Only define if INTEGER_ONLY is defined.
(__sprint_r): Make externaly available.  Only define if INTEGER_ONLY
is defined.  Handle stream orientation.
(__sbprintf): Copy FILE's _flags2 member as well.
(__chclass, __state_table, __action_table): Prepend __ to name and
make externally available.
* libc/stdio/vfwprintf.c: New file.
* libc/stdio/vswprintf.c: New file.
* libc/stdio/vwprintf.c: New file.
* libc/stdio/wprintf.c: New file.