Kevin Mihelich
2a8a8bcf15
core/glibc to 2.26-8
2017-12-07 13:46:46 +00:00
Kevin Mihelich
b64884590d
core/glibc to 2.26-6
2017-11-08 20:36:09 +00:00
Kevin Mihelich
718452e7cb
core/glibc to 2.26-5
2017-10-11 14:37:04 +00:00
Kevin Mihelich
f94ad3a0c7
core/glibc to 2.26-4
2017-09-13 19:26:25 +00:00
Kevin Mihelich
32c5f62036
core/glibc to 2.26-3
2017-09-09 16:44:34 +00:00
Kevin Mihelich
691d5ba99d
core/glibc to 2.25-7
2017-07-14 00:37:12 +00:00
Kevin Mihelich
08a92f2475
core/glibc to 2.25-5
2017-06-26 00:21:51 +00:00
Kevin Mihelich
f457b36b4a
core/glibc to 2.25-4
2017-06-21 00:03:45 +00:00
Kevin Mihelich
6fac179230
core/glibc to 2.25-3
2017-06-17 14:32:36 +00:00
Kevin Mihelich
ad72c49f2b
core/glibc to 2.25-2
2017-05-29 17:23:59 +00:00
Kevin Mihelich
6a92e17aa3
core/glibc to 2.25-1
2017-03-11 03:35:26 +00:00
Kevin Mihelich
f4f2173d7d
core/glibc to 2.24-2
2016-08-09 04:44:29 +00:00
Kevin Mihelich
7a97d18d45
core/glibc to 2.24-1
2016-08-05 13:36:18 +00:00
Kevin Mihelich
7be5aa9750
core/glibc to 2.23-5
2016-06-13 04:36:22 +00:00
Kevin Mihelich
aacb0f3af7
core/glibc to 2.23-4
2016-05-13 12:12:49 +00:00
Kevin Mihelich
4788a2f558
core/glibc: drop patch
2016-05-07 05:01:37 +00:00
Kevin Mihelich
1f6bb2a931
core/glibc to 2.23-2
2016-05-07 04:20:31 +00:00
Kevin Mihelich
e2889f6a3a
core/glibc to 2.23-1
2016-02-22 13:26:01 +00:00
Michael Lass
af027102c3
glibc: sync install script with Arch Linux [core]
...
locale-gen is now called on each update. The update to 2.22-4 broke locales
so force an update by raising the pkgrel to 4.1.
2016-02-18 19:03:27 +01:00
Kevin Mihelich
a2209e8f34
core/glibc to 2.22-4
2016-02-17 13:27:38 +00:00
Kevin Mihelich
a5b0679e34
core/glibc: fix checksums
2015-09-12 15:14:37 +00:00
Kevin Mihelich
1b741b6999
core/glibc to 2.22-3
2015-09-06 02:25:17 +00:00
Kevin Mihelich
17829721a0
core/glibc to 2.22-1
2015-08-12 12:11:11 +00:00
Kevin Mihelich
3dfc6700af
core/glibc: v8 updates
2015-07-05 01:45:51 +00:00
Kevin Mihelich
f087fbe0bb
core/glibc to 2.21-4
2015-05-22 00:55:17 +00:00
Kevin Mihelich
4376706138
core/glibc to 2.21-3
2015-04-23 12:13:34 +00:00
Kevin Mihelich
e3271cc87a
core/glibc to 2.21-2
2015-02-10 22:27:59 +00:00
Kevin Mihelich
9c93248c38
core/glibc to 2.21-1
2015-02-09 04:09:42 +00:00
Kevin Mihelich
ff60d9d348
core/glibc to 2.20-6
2014-12-28 14:39:48 +00:00
Kevin Mihelich
5c6f383e83
core/glibc to 2.20-5
2014-12-19 01:55:51 +00:00
Kevin Mihelich
3b612928d7
core/glibc to 2.20-4
2014-11-25 18:53:12 +00:00
Kevin Mihelich
fa823a987c
core/glibc to 2.20-3
2014-11-21 01:41:29 +00:00
Kevin Mihelich
70f0fcdcdb
core/glibc: minimum kernel 2.6.32
2014-11-07 05:22:56 +00:00
Kevin Mihelich
20e70100bb
core/glibc to 2.20-2
2014-09-16 01:42:39 +00:00
Kevin Mihelich
c128fe769c
core/glibc to 2.19-5
2014-05-20 11:08:43 +00:00
Kevin Mihelich
0a2f7706ac
core/glibc to 2.19-4
2014-05-02 12:06:59 +00:00
Kevin Mihelich
95838428b7
core/glibc to 2.19-3
2014-03-01 06:38:49 +00:00
Balazs Kezes
c14f1b0486
Build glibc with unwind tables
...
Without debug symbols or this you cannot have reliable backtraces in gdb. For
instance this is on a Raspberry Pi without the unwind tables:
$ gcc -x c <(echo 'void abort(); int main() { abort(); }')
$ gdb ./a.out <<< $'r\nbt'
...
#1 0xb6eb2e44 in abort () from /usr/lib/libc.so.6
#2 0x00000020 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt
stack?)
...
Here's with the unwind tables enabled:
$ gcc -x c <(echo 'void abort(); int main() { abort(); }')
$ gdb ./a.out <<< $'r\nbt'
...
#1 0xb6eade44 in abort () from /usr/lib/libc.so.6
#2 0x000084e0 in main ()
...
The upside of the unwind tables compared to the debug symbols is that they don't
take up a lot of space.
2014-02-15 22:21:23 +00:00
Kevin Mihelich
11a1b25fe9
core/glibc to 2.19-2
2014-02-14 13:38:54 +00:00
Kevin Mihelich
aefb31d9d5
core/glibc to 2.19-1
2014-02-10 04:02:31 +00:00
Kevin Mihelich
18000196bd
core/glibc: fix locale-gen
2014-01-19 19:43:29 +00:00
Kevin Mihelich
e58df508bd
core/glibc fixes
2014-01-17 19:46:52 +00:00
Kevin Mihelich
9d438825c2
core/glibc to 2.18-12
2014-01-08 15:03:12 +00:00
Kevin Mihelich
0b7df83902
core/glibc to 2.18-11
2013-12-15 17:42:10 +00:00
Kevin Mihelich
fcfbf7f672
core/glibc to 2.18-10
2013-11-11 04:11:13 +00:00
Kevin Mihelich
2ad52f6bcb
core/glibc to 2.18-9
2013-10-30 14:04:38 +00:00
Kevin Mihelich
5dbf30e73a
core/glibc to 2.18-8
2013-10-25 01:54:52 +00:00
Kevin Mihelich
0763038d60
core/glibc to 2.18-5
2013-09-26 03:52:47 +00:00
Kevin Mihelich
8eedc0e921
core/glibc to 2.18-4
2013-09-16 13:29:53 +00:00
Kevin Mihelich
8519b03bad
core/glibc to 2.18-3
2013-08-30 04:14:44 +00:00