Skip to content

Commit

Permalink
Update 3 packages
Browse files Browse the repository at this point in the history
binutils (2.43.1-1 -> 2.44-1)
mingw-w64-i686-binutils (2.43.1-1 -> 2.44-1)
mingw-w64-x86_64-binutils (2.43.1-1 -> 2.44-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Feb 3, 2025
1 parent cfb2cfd commit 01c4a15
Show file tree
Hide file tree
Showing 382 changed files with 2,014 additions and 2,081 deletions.
Binary file modified mingw32/bin/addr2line.exe
Binary file not shown.
Binary file modified mingw32/bin/ar.exe
Binary file not shown.
Binary file modified mingw32/bin/as.exe
Binary file not shown.
Binary file modified mingw32/bin/c++filt.exe
Binary file not shown.
Binary file modified mingw32/bin/dlltool.exe
Binary file not shown.
Binary file modified mingw32/bin/dllwrap.exe
Binary file not shown.
Binary file modified mingw32/bin/elfedit.exe
Binary file not shown.
Binary file modified mingw32/bin/gprof.exe
Binary file not shown.
Binary file modified mingw32/bin/ld.bfd.exe
Binary file not shown.
Binary file modified mingw32/bin/ld.exe
Binary file not shown.
Binary file modified mingw32/bin/nm.exe
Binary file not shown.
Binary file modified mingw32/bin/objcopy.exe
Binary file not shown.
Binary file modified mingw32/bin/objdump.exe
Binary file not shown.
Binary file modified mingw32/bin/ranlib.exe
Binary file not shown.
Binary file modified mingw32/bin/readelf.exe
Binary file not shown.
Binary file modified mingw32/bin/size.exe
Binary file not shown.
Binary file modified mingw32/bin/strings.exe
Binary file not shown.
Binary file modified mingw32/bin/strip.exe
Binary file not shown.
Binary file modified mingw32/bin/windmc.exe
Binary file not shown.
Binary file modified mingw32/bin/windres.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/ar.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/as.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/dlltool.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/ld.bfd.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/ld.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/nm.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/objcopy.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/objdump.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/ranlib.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/readelf.exe
Binary file not shown.
Binary file modified mingw32/i686-w64-mingw32/bin/strip.exe
Binary file not shown.
112 changes: 57 additions & 55 deletions mingw32/i686-w64-mingw32/lib/ldscripts/i386pe.x
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Default linker script, for normal executables */
/* Copyright (C) 2014-2024 Free Software Foundation, Inc.
/* Copyright (C) 2014-2025 Free Software Foundation, Inc.
Copying and distribution of this script, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. */
Expand All @@ -20,6 +20,37 @@ SECTIONS
*(.gnu.linkonce.t.*)
*(.glue_7t)
*(.glue_7)
KEEP (*(SORT_NONE(.fini)))
/* ??? Why is .gcc_exc here? */
*(.gcc_exc)
PROVIDE (etext = .);
PROVIDE (_etext = .);
KEEP (*(.gcc_except_table))
}
/* The Cygwin32 library uses a section to avoid copying certain data
on fork. This used to be named ".data". The linker used
to include this between __data_start__ and __data_end__, but that
breaks building the cygwin32 dll. Instead, we name the section
".data_cygwin_nocopy" and explicitly include it after __data_end__. */
.data BLOCK(__section_alignment__) :
{
__data_start__ = . ;
*(.data)
*(.data2)
*(SORT(.data$*))
KEEP(*(.jcr))
__data_end__ = . ;
*(.data_cygwin_nocopy)
}
.rdata BLOCK(__section_alignment__) :
{
*(.rdata)
*(SORT(.rdata$*))
. = ALIGN(4);
__rt_psrelocs_start = .;
KEEP(*(.rdata_runtime_pseudo_reloc))
__rt_psrelocs_end = .;
/* .ctors & .dtors */
/* Note: we always define __CTOR_LIST__ and ___CTOR_LIST__ here,
we do not PROVIDE them. This is because the ctors.o startup
code in libgcc defines them as common symbols, with the
Expand Down Expand Up @@ -54,42 +85,30 @@ SECTIONS
KEEP(*(.dtor));
KEEP(*(SORT_BY_NAME(.dtors.*)));
LONG (0);
KEEP (*(SORT_NONE(.fini)))
/* ??? Why is .gcc_exc here? */
*(.gcc_exc)
PROVIDE (etext = .);
PROVIDE (_etext = .);
KEEP (*(.gcc_except_table))
}
/* The Cygwin32 library uses a section to avoid copying certain data
on fork. This used to be named ".data". The linker used
to include this between __data_start__ and __data_end__, but that
breaks building the cygwin32 dll. Instead, we name the section
".data_cygwin_nocopy" and explicitly include it after __data_end__. */
.data BLOCK(__section_alignment__) :
{
__data_start__ = . ;
*(.data)
*(.data2)
*(SORT(.data$*))
KEEP(*(.jcr))
__data_end__ = . ;
*(.data_cygwin_nocopy)
}
.rdata BLOCK(__section_alignment__) :
{
*(.rdata)
*(SORT(.rdata$*))
. = ALIGN(4);
__rt_psrelocs_start = .;
KEEP(*(.rdata_runtime_pseudo_reloc))
__rt_psrelocs_end = .;
}
__rt_psrelocs_size = __rt_psrelocs_end - __rt_psrelocs_start;
___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
__RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
___RUNTIME_PSEUDO_RELOC_LIST__ = . - __rt_psrelocs_size;
__RUNTIME_PSEUDO_RELOC_LIST__ = . - __rt_psrelocs_size;
/* .CRT */
___crt_xc_start__ = . ;
KEEP (*(SORT(.CRT$XC*))) /* C initialization */
___crt_xc_end__ = . ;
___crt_xi_start__ = . ;
KEEP (*(SORT(.CRT$XI*))) /* C++ initialization */
___crt_xi_end__ = . ;
___crt_xl_start__ = . ;
KEEP (*(SORT(.CRT$XL*))) /* TLS callbacks */
/* ___crt_xl_end__ is defined in the TLS Directory support code */
___crt_xp_start__ = . ;
KEEP (*(SORT(.CRT$XP*))) /* Pre-termination */
___crt_xp_end__ = . ;
___crt_xt_start__ = . ;
KEEP (*(SORT(.CRT$XT*))) /* Termination */
___crt_xt_end__ = . ;
___crt_xd_start__ = . ;
KEEP (*(SORT(.CRT$XD*))) /* Dynamic TLS Initializer */
___crt_xd_end__ = . ;
}
___RUNTIME_PSEUDO_RELOC_LIST_END__ = __rt_psrelocs_end;
__RUNTIME_PSEUDO_RELOC_LIST_END__ = __rt_psrelocs_end;
___RUNTIME_PSEUDO_RELOC_LIST__ = __rt_psrelocs_start;
__RUNTIME_PSEUDO_RELOC_LIST__ = __rt_psrelocs_start;
.eh_frame BLOCK(__section_alignment__) :
{
KEEP(*(.eh_frame*))
Expand Down Expand Up @@ -117,6 +136,7 @@ SECTIONS
*(.drectve)
*(.note.GNU-stack)
*(.gnu.lto_*)
*(.gnu_object_only)
}
.idata BLOCK(__section_alignment__) :
{
Expand All @@ -133,24 +153,6 @@ SECTIONS
KEEP (SORT(*)(.idata$6))
KEEP (SORT(*)(.idata$7))
}
.CRT BLOCK(__section_alignment__) :
{
___crt_xc_start__ = . ;
KEEP (*(SORT(.CRT$XC*))) /* C initialization */
___crt_xc_end__ = . ;
___crt_xi_start__ = . ;
KEEP (*(SORT(.CRT$XI*))) /* C++ initialization */
___crt_xi_end__ = . ;
___crt_xl_start__ = . ;
KEEP (*(SORT(.CRT$XL*))) /* TLS callbacks */
/* ___crt_xl_end__ is defined in the TLS Directory support code */
___crt_xp_start__ = . ;
KEEP (*(SORT(.CRT$XP*))) /* Pre-termination */
___crt_xp_end__ = . ;
___crt_xt_start__ = . ;
KEEP (*(SORT(.CRT$XT*))) /* Termination */
___crt_xt_end__ = . ;
}
/* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
at the end of section. This is important because _tls_start MUST
be at the beginning of the section to enable SECREL32 relocations with TLS
Expand Down
112 changes: 57 additions & 55 deletions mingw32/i686-w64-mingw32/lib/ldscripts/i386pe.xa
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Script for --enable-auto-import */
/* Copyright (C) 2014-2024 Free Software Foundation, Inc.
/* Copyright (C) 2014-2025 Free Software Foundation, Inc.
Copying and distribution of this script, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. */
Expand All @@ -20,6 +20,37 @@ SECTIONS
*(.gnu.linkonce.t.*)
*(.glue_7t)
*(.glue_7)
KEEP (*(SORT_NONE(.fini)))
/* ??? Why is .gcc_exc here? */
*(.gcc_exc)
PROVIDE (etext = .);
PROVIDE (_etext = .);
KEEP (*(.gcc_except_table))
}
/* The Cygwin32 library uses a section to avoid copying certain data
on fork. This used to be named ".data". The linker used
to include this between __data_start__ and __data_end__, but that
breaks building the cygwin32 dll. Instead, we name the section
".data_cygwin_nocopy" and explicitly include it after __data_end__. */
.data BLOCK(__section_alignment__) :
{
__data_start__ = . ;
*(.data)
*(.data2)
*(SORT(.data$*))
*(.rdata)
*(SORT(.rdata$*))
KEEP(*(.jcr))
__data_end__ = . ;
*(.data_cygwin_nocopy)
}
.rdata BLOCK(__section_alignment__) :
{
. = ALIGN(4);
__rt_psrelocs_start = .;
KEEP(*(.rdata_runtime_pseudo_reloc))
__rt_psrelocs_end = .;
/* .ctors & .dtors */
/* Note: we always define __CTOR_LIST__ and ___CTOR_LIST__ here,
we do not PROVIDE them. This is because the ctors.o startup
code in libgcc defines them as common symbols, with the
Expand Down Expand Up @@ -54,42 +85,30 @@ SECTIONS
KEEP(*(.dtor));
KEEP(*(SORT_BY_NAME(.dtors.*)));
LONG (0);
KEEP (*(SORT_NONE(.fini)))
/* ??? Why is .gcc_exc here? */
*(.gcc_exc)
PROVIDE (etext = .);
PROVIDE (_etext = .);
KEEP (*(.gcc_except_table))
}
/* The Cygwin32 library uses a section to avoid copying certain data
on fork. This used to be named ".data". The linker used
to include this between __data_start__ and __data_end__, but that
breaks building the cygwin32 dll. Instead, we name the section
".data_cygwin_nocopy" and explicitly include it after __data_end__. */
.data BLOCK(__section_alignment__) :
{
__data_start__ = . ;
*(.data)
*(.data2)
*(SORT(.data$*))
*(.rdata)
*(SORT(.rdata$*))
KEEP(*(.jcr))
__data_end__ = . ;
*(.data_cygwin_nocopy)
}
.rdata BLOCK(__section_alignment__) :
{
. = ALIGN(4);
__rt_psrelocs_start = .;
KEEP(*(.rdata_runtime_pseudo_reloc))
__rt_psrelocs_end = .;
}
__rt_psrelocs_size = __rt_psrelocs_end - __rt_psrelocs_start;
___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
__RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
___RUNTIME_PSEUDO_RELOC_LIST__ = . - __rt_psrelocs_size;
__RUNTIME_PSEUDO_RELOC_LIST__ = . - __rt_psrelocs_size;
/* .CRT */
___crt_xc_start__ = . ;
KEEP (*(SORT(.CRT$XC*))) /* C initialization */
___crt_xc_end__ = . ;
___crt_xi_start__ = . ;
KEEP (*(SORT(.CRT$XI*))) /* C++ initialization */
___crt_xi_end__ = . ;
___crt_xl_start__ = . ;
KEEP (*(SORT(.CRT$XL*))) /* TLS callbacks */
/* ___crt_xl_end__ is defined in the TLS Directory support code */
___crt_xp_start__ = . ;
KEEP (*(SORT(.CRT$XP*))) /* Pre-termination */
___crt_xp_end__ = . ;
___crt_xt_start__ = . ;
KEEP (*(SORT(.CRT$XT*))) /* Termination */
___crt_xt_end__ = . ;
___crt_xd_start__ = . ;
KEEP (*(SORT(.CRT$XD*))) /* Dynamic TLS Initializer */
___crt_xd_end__ = . ;
}
___RUNTIME_PSEUDO_RELOC_LIST_END__ = __rt_psrelocs_end;
__RUNTIME_PSEUDO_RELOC_LIST_END__ = __rt_psrelocs_end;
___RUNTIME_PSEUDO_RELOC_LIST__ = __rt_psrelocs_start;
__RUNTIME_PSEUDO_RELOC_LIST__ = __rt_psrelocs_start;
.eh_frame BLOCK(__section_alignment__) :
{
KEEP(*(.eh_frame*))
Expand Down Expand Up @@ -117,6 +136,7 @@ SECTIONS
*(.drectve)
*(.note.GNU-stack)
*(.gnu.lto_*)
*(.gnu_object_only)
}
.idata BLOCK(__section_alignment__) :
{
Expand All @@ -133,24 +153,6 @@ SECTIONS
KEEP (SORT(*)(.idata$6))
KEEP (SORT(*)(.idata$7))
}
.CRT BLOCK(__section_alignment__) :
{
___crt_xc_start__ = . ;
KEEP (*(SORT(.CRT$XC*))) /* C initialization */
___crt_xc_end__ = . ;
___crt_xi_start__ = . ;
KEEP (*(SORT(.CRT$XI*))) /* C++ initialization */
___crt_xi_end__ = . ;
___crt_xl_start__ = . ;
KEEP (*(SORT(.CRT$XL*))) /* TLS callbacks */
/* ___crt_xl_end__ is defined in the TLS Directory support code */
___crt_xp_start__ = . ;
KEEP (*(SORT(.CRT$XP*))) /* Pre-termination */
___crt_xp_end__ = . ;
___crt_xt_start__ = . ;
KEEP (*(SORT(.CRT$XT*))) /* Termination */
___crt_xt_end__ = . ;
}
/* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
at the end of section. This is important because _tls_start MUST
be at the beginning of the section to enable SECREL32 relocations with TLS
Expand Down
Loading

0 comments on commit 01c4a15

Please sign in to comment.