mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
63 lines
1.7 KiB
Plaintext
63 lines
1.7 KiB
Plaintext
$NetBSD$
|
|
|
|
--- libiberty/ChangeLog.orig Thu Apr 28 14:10:57 2011
|
|
+++ libiberty/ChangeLog
|
|
@@ -1,3 +1,30 @@
|
|
+2012-07-02 Release Manager
|
|
+
|
|
+ * GCC 4.5.4 released.
|
|
+
|
|
+2012-02-09 Jakub Jelinek <jakub@redhat.com>
|
|
+
|
|
+ Backported from mainline
|
|
+ 2012-01-26 Jakub Jelinek <jakub@redhat.com>
|
|
+
|
|
+ * make-relative-prefix.c (make_relative_prefix_1): Avoid warning
|
|
+ about using preprocessor directives inside of macro arguments.
|
|
+
|
|
+ 2012-01-02 Jakub Jelinek <jakub@redhat.com>
|
|
+
|
|
+ * make-relative-prefix.c (make_relative_prefix_1): Avoid
|
|
+ stack overflow if PATH contains just a single entry and
|
|
+ HOST_EXECUTABLE_SUFFIX needs to be used.
|
|
+
|
|
+ PR driver/48306
|
|
+ * make-relative-prefix.c: Include sys/stat.h.
|
|
+ (make_relative_prefix_1): If access succeeds, check also stat
|
|
+ if nstore is a regular file.
|
|
+
|
|
+2011-08-06 Uros Bizjak <ubizjak@gmail.com>
|
|
+
|
|
+ * testsuite/test-expandargv.c (writeout_test): Check result of fwrite.
|
|
+
|
|
2011-04-28 Release Manager
|
|
|
|
* GCC 4.5.3 released.
|
|
@@ -284,7 +311,7 @@
|
|
|
|
2009-04-29 Julian Brown <julian@codesourcery.com>
|
|
|
|
- * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
|
|
+ * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
|
|
(pex_win32_exec_child): Ensure each process has only one handle open
|
|
on pipe endpoints. Close standard input after creating child for
|
|
symmetry with standard output/standard error.
|
|
@@ -302,7 +329,7 @@
|
|
section, so that the native build does detect them at configure
|
|
time.
|
|
* configure: Regenerated.
|
|
-
|
|
+
|
|
2009-04-13 Ozkan Sezer <sezeroz@gmail.com>
|
|
|
|
PR target/39397
|
|
@@ -402,7 +429,7 @@
|
|
2008-10-08 David Edelsohn <edelsohn@gnu.org>
|
|
|
|
* xstrdup.c: Include <sys/types.h> after "config.h"
|
|
-
|
|
+
|
|
2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
|
|
|
* configure.ac: Call AC_SYS_LARGEFILE.
|