MIPS: Support `-gnuabi64' target triplet suffix for 64-bit Linux targets
[binutils-gdb.git] / binutils / ChangeLog
index bfbba8f6ee94c5ee72a0fad29bf4361167939f0c..cfd4d1ad45e742eef6ebf2d94a54da157b12427c 100644 (file)
@@ -1,3 +1,32 @@
+2023-07-24  Johannes Schauer Marin Rodrigues  <josch@debian.org>
+
+       * doc/binutils.texi (objcopy): Document change in behaviour of
+       objcopy's --preserve-dates command line option.
+
+2023-07-09  Fangrui Song  <maskray@google.com>
+
+       PR 30592
+       * NEWS: Mention the new feature for objcopy.
+       * doc/binutils.texi: Mention "large".
+       * objcopy.c (parse_flags): Parse "large".
+       (check_new_section_flags): Error if "large" is used with a
+       non-x86-64 ELF target.
+       * testsuite/binutils-all/x86-64/large-sections.d: New.
+       * testsuite/binutils-all/x86-64/large-sections.s: New.
+       * testsuite/binutils-all/x86-64/large-sections-i386.d: New.
+       * testsuite/binutils-all/x86-64/large-sections-2.d: New.
+       * testsuite/binutils-all/x86-64/large-sections-2-x32.d: New.
+
+2023-07-03  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Change some version numbers.
+       * configure: Regenerate.
+       * po/binutils.pot: Regenerate.
+
+2023-07-03  Nick Clifton  <nickc@redhat.com>
+
+       2.41 Branch Point.
+
 2023-06-30  Nick Clifton  <nickc@redhat.com>
 
        PR 30598