blob: c7f82a979315bb6fe7aeaa2e0e97648a08562b98 [file] [log] [blame]
Roland McGrathef6fbff2006-01-12 03:00:55 +000012006-01-11 Roland McGrath <roland@redhat.com>
2
Roland McGrath5f38a2c2006-01-12 03:08:35 +00003 * s390_regs.c: New file.
4 * Makefile.am (s390_SRCS): Add it.
5 * s390_init.c (s390_init): Install register_name hook.
6
Roland McGrathef6fbff2006-01-12 03:00:55 +00007 * s390_reloc.def: Update bits per
8 Martin Schwidefsky <schwidefsky@de.ibm.com>.
9
Roland McGrathba72ab12005-12-12 00:04:33 +0000102005-12-10 Ulrich Drepper
11
12 * common-reloc.c (R_NAME): Generate string correctly.
13
Roland McGrath994b4892005-12-05 22:46:21 +0000142005-12-05 Roland McGrath <roland@redhat.com>
15
16 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
17 * x86_64_regs.c (x86_64_register_name): Likewise.
18
192005-11-25 Roland McGrath <roland@redhat.com>
20
21 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
22
23 * i386_regs.c: New file.
24 * ppc_regs.c: New file.
25 * sparc_regs.c: New file.
26 * x86_64_regs.c: New file.
27 * Makefile.am
28 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
29 * i386_init.c: Initialize register_name hook.
30 * ppc_init.c: Likewise.
31 * ppc64_init.c: Likewise.
32 * sparc_init.c: Likewise.
33 * x86_64_init.c: Likewise.
34
Roland McGrathb6405ca2005-11-19 21:36:37 +0000352005-11-19 Roland McGrath <roland@redhat.com>
36
37 * ppc64_reloc.def: REL30 -> ADDR30.
38
Roland McGrathf47ba532005-11-19 07:40:29 +0000392005-11-18 Roland McGrath <roland@redhat.com>
40
41 * alpha_init.c: Use HOOK macro.
42 * arm_init.c: Likewise.
43 * i386_init.c: Likewise.
44 * ia64_init.c: Likewise.
45 * ppc64_init.c: Likewise.
46 * ppc_init.c: Likewise.
47 * s390_init.c: Likewise.
48 * sh_init.c: Likewise.
49 * sparc_init.c: Likewise.
50 * x86_64_init.c: Likewise.
51
Roland McGrath6e8d1832005-11-17 22:47:38 +0000522005-11-17 Roland McGrath <roland@redhat.com>
53
Roland McGrath093281d2005-11-18 02:24:43 +000054 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +000055 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +000056
Roland McGrath6e8d1832005-11-17 22:47:38 +000057 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
58 * ppc64_reloc.def: Likewise.
59
Roland McGrathe47ab762005-11-17 03:16:00 +0000602005-11-15 Roland McGrath <roland@redhat.com>
61
62 * Contents moved here from ../libebl.