blob: defd725f994d704625fac22889e977d485403125 [file] [log] [blame]
Roland McGrath994b4892005-12-05 22:46:21 +000012005-12-05 Roland McGrath <roland@redhat.com>
2
3 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
4 * x86_64_regs.c (x86_64_register_name): Likewise.
5
62005-11-25 Roland McGrath <roland@redhat.com>
7
8 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
9
10 * i386_regs.c: New file.
11 * ppc_regs.c: New file.
12 * sparc_regs.c: New file.
13 * x86_64_regs.c: New file.
14 * Makefile.am
15 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
16 * i386_init.c: Initialize register_name hook.
17 * ppc_init.c: Likewise.
18 * ppc64_init.c: Likewise.
19 * sparc_init.c: Likewise.
20 * x86_64_init.c: Likewise.
21
Roland McGrathb6405ca2005-11-19 21:36:37 +0000222005-11-19 Roland McGrath <roland@redhat.com>
23
24 * ppc64_reloc.def: REL30 -> ADDR30.
25
Roland McGrathf47ba532005-11-19 07:40:29 +0000262005-11-18 Roland McGrath <roland@redhat.com>
27
28 * alpha_init.c: Use HOOK macro.
29 * arm_init.c: Likewise.
30 * i386_init.c: Likewise.
31 * ia64_init.c: Likewise.
32 * ppc64_init.c: Likewise.
33 * ppc_init.c: Likewise.
34 * s390_init.c: Likewise.
35 * sh_init.c: Likewise.
36 * sparc_init.c: Likewise.
37 * x86_64_init.c: Likewise.
38
Roland McGrath6e8d1832005-11-17 22:47:38 +0000392005-11-17 Roland McGrath <roland@redhat.com>
40
Roland McGrath093281d2005-11-18 02:24:43 +000041 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +000042 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +000043
Roland McGrath6e8d1832005-11-17 22:47:38 +000044 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
45 * ppc64_reloc.def: Likewise.
46
Roland McGrathe47ab762005-11-17 03:16:00 +0000472005-11-15 Roland McGrath <roland@redhat.com>
48
49 * Contents moved here from ../libebl.