Overview
| Comment: | Removed spurious information from patch |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
b3f189ad770a58cad912ba05281ad662 |
| User & Date: | rkeene on 2014-05-04 07:02:20.733 |
| Other Links: | manifest | tags |
Context
|
2014-05-04
| ||
| 07:03 | Updated to search loaded libraries for symbols on Win32 as we do on UNIX check-in: adeb3bb79b user: rkeene tags: trunk | |
| 07:02 | Removed spurious information from patch check-in: b3f189ad77 user: rkeene tags: trunk | |
| 04:27 | Updated to search library_paths for libtcc1.a for ELF as is done for PE check-in: 84c0812a1d user: rkeene tags: trunk | |
Changes
Modified build/tcc-patches/0.9.26/tcc-0.9.26-elfsearchforlibtcc.diff
from [b6acadb6da]
to [55426902b7].
|
| < | 1 2 3 4 5 6 7 |
diff -uNr tcc-0.9.26.orig/tccelf.c tcc-0.9.26-1elfsearchforlibtcc/tccelf.c
--- tcc-0.9.26.orig/tccelf.c 2013-02-15 08:24:00.000000000 -0600
+++ tcc-0.9.26-1elfsearchforlibtcc/tccelf.c 2014-05-03 23:24:08.325640003 -0500
@@ -1349,7 +1349,27 @@
static inline int tcc_add_support(TCCState *s1, const char *filename)
{
char buf[1024];
|
| ︙ | ︙ |