blob: 84515e51d97b3a1ca9d10586f101cd22447d2a84 [file] [log] [blame]
Roland McGrath321327a2006-01-13 00:51:21 +000012006-01-12 Roland McGrath <roland@redhat.com>
2
3 * s390_retval.c: New file.
4 * Makefile.am (s390_SRCS): Add it.
5 * s390_init.c (s390_init): Install return_value_location hook.
6
Roland McGrathef6fbff2006-01-12 03:00:55 +000072006-01-11 Roland McGrath <roland@redhat.com>
8
Roland McGrath5f38a2c2006-01-12 03:08:35 +00009 * s390_regs.c: New file.
10 * Makefile.am (s390_SRCS): Add it.
11 * s390_init.c (s390_init): Install register_name hook.
12
Roland McGrathef6fbff2006-01-12 03:00:55 +000013 * s390_reloc.def: Update bits per
14 Martin Schwidefsky <schwidefsky@de.ibm.com>.
15
Roland McGrathba72ab12005-12-12 00:04:33 +0000162005-12-10 Ulrich Drepper
17
18 * common-reloc.c (R_NAME): Generate string correctly.
19
Roland McGrath994b4892005-12-05 22:46:21 +0000202005-12-05 Roland McGrath <roland@redhat.com>
21
22 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
23 * x86_64_regs.c (x86_64_register_name): Likewise.
24
252005-11-25 Roland McGrath <roland@redhat.com>
26
27 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
28
29 * i386_regs.c: New file.
30 * ppc_regs.c: New file.
31 * sparc_regs.c: New file.
32 * x86_64_regs.c: New file.
33 * Makefile.am
34 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
35 * i386_init.c: Initialize register_name hook.
36 * ppc_init.c: Likewise.
37 * ppc64_init.c: Likewise.
38 * sparc_init.c: Likewise.
39 * x86_64_init.c: Likewise.
40
Roland McGrathb6405ca2005-11-19 21:36:37 +0000412005-11-19 Roland McGrath <roland@redhat.com>
42
43 * ppc64_reloc.def: REL30 -> ADDR30.
44
Roland McGrathf47ba532005-11-19 07:40:29 +0000452005-11-18 Roland McGrath <roland@redhat.com>
46
47 * alpha_init.c: Use HOOK macro.
48 * arm_init.c: Likewise.
49 * i386_init.c: Likewise.
50 * ia64_init.c: Likewise.
51 * ppc64_init.c: Likewise.
52 * ppc_init.c: Likewise.
53 * s390_init.c: Likewise.
54 * sh_init.c: Likewise.
55 * sparc_init.c: Likewise.
56 * x86_64_init.c: Likewise.
57
Roland McGrath6e8d1832005-11-17 22:47:38 +0000582005-11-17 Roland McGrath <roland@redhat.com>
59
Roland McGrath093281d2005-11-18 02:24:43 +000060 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +000061 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +000062
Roland McGrath6e8d1832005-11-17 22:47:38 +000063 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
64 * ppc64_reloc.def: Likewise.
65
Roland McGrathe47ab762005-11-17 03:16:00 +0000662005-11-15 Roland McGrath <roland@redhat.com>
67
68 * Contents moved here from ../libebl.