Commit graph

92 commits

Author SHA1 Message Date
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
Kevin Mihelich ee1358d063 core/glibc to 2.18-2 2013-08-16 22:02:27 +00:00
Kevin Mihelich 8f9e288fbf core/glibc to 2.18-1 2013-08-15 12:33:24 +00:00
Kevin Mihelich 283092c390 core/glibc: fix .install 2013-06-03 21:57:14 +00:00
Kevin Mihelich e50607c773 core/glibc to 2.17-6 2013-06-03 15:51:35 +00:00
Kevin Mihelich 63cb27a4ef core/glibc to 2.17-5 2013-04-11 00:51:12 +00:00
Kevin Mihelich 12c64e5ba8 core/glibc to 2.17-4 2013-04-04 15:29:12 +00:00
Kevin Mihelich 67114c114f core/glibc patchins and fixins 2013-02-10 03:46:53 +00:00
Kevin Mihelich d9f66a52e3 core/filesystem to 2013.01-3, core/glibc to 2.17-3 2013-01-29 01:29:17 +00:00
Kevin Mihelich a6340dab3b core/glibc to 2.17-2 2013-01-27 04:11:06 +00:00
Kevin Mihelich 0fd2eceefc core/glibc symlink fix 2012-12-31 23:18:03 +00:00
Kevin Mihelich 67792920a1 core/glibc to 2.17-1 2012-12-30 02:45:32 +00:00
Kevin Mihelich a88993ebd9 core/binutils: update v5 build host 2012-11-05 17:41:00 +00:00
Kevin Mihelich 540d943516 core/glibc: update v5 build host 2012-11-05 17:39:05 +00:00
Kevin Mihelich bd7c44964c core/glibc: drop makeflags stuff 2012-11-05 16:58:15 +00:00