public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: auto-import gcc-4.0.0-0.30 on branch devel from gcc-4.0.0-0.30.src.rpm
@ 2026-06-29 12:21 Jakub Jelinek
0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 02f58b754dfeab4e27984fe8abd4f47e31ffc283
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2005-02-28T12:48:42+00:00
Stats : +3/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/02f58b754dfeab4e27984fe8abd4f47e31ffc283?branch=rhel-f41-base
Log:
auto-import gcc-4.0.0-0.30 on branch devel from gcc-4.0.0-0.30.src.rpm
---
diff --git a/.cvsignore b/.cvsignore
index 3aaea47..1ea9cdd 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gcc-3.4.3-20050222.tar.bz2
+gcc-4.0.0-20050228.tar.bz2
diff --git a/libgcc_post_upgrade.c b/libgcc_post_upgrade.c
index d2ecdf7..5e67a21 100644
--- a/libgcc_post_upgrade.c
+++ b/libgcc_post_upgrade.c
@@ -17,13 +17,10 @@ int main(void)
pid_t pid;
int status;
char initpath[256];
- const char *argv[2];
if (access ("/sbin/ldconfig", X_OK))
_exit (0);
- argv[0] = "/sbin/ldconfig";
- argv[1] = NULL;
- execv ("/sbin/ldconfig", argv);
+ execl ("/sbin/ldconfig", "/sbin/ldconfig", NULL);
_exit (110);
}
diff --git a/sources b/sources
index b7b2ae3..42f198b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d1b30b336234ed9076d0b29ad8c5570 gcc-3.4.3-20050222.tar.bz2
+6cdc28a1e5d34dbd6782138b263558bf gcc-4.0.0-20050228.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:21 [rpms/gcc] rhel-f41-base: auto-import gcc-4.0.0-0.30 on branch devel from gcc-4.0.0-0.30.src.rpm Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox