blob: 2c05737b6c11612cff16f1b67d94357391bf02bd [file] [log] [blame]
Roland McGrathba72ab12005-12-12 00:04:33 +000012005-12-10 Ulrich Drepper
2
3 * common-reloc.c (R_NAME): Generate string correctly.
4
Roland McGrath994b4892005-12-05 22:46:21 +000052005-12-05 Roland McGrath <roland@redhat.com>
6
7 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
8 * x86_64_regs.c (x86_64_register_name): Likewise.
9
102005-11-25 Roland McGrath <roland@redhat.com>
11
12 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
13
14 * i386_regs.c: New file.
15 * ppc_regs.c: New file.
16 * sparc_regs.c: New file.
17 * x86_64_regs.c: New file.
18 * Makefile.am
19 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
20 * i386_init.c: Initialize register_name hook.
21 * ppc_init.c: Likewise.
22 * ppc64_init.c: Likewise.
23 * sparc_init.c: Likewise.
24 * x86_64_init.c: Likewise.
25
Roland McGrathb6405ca2005-11-19 21:36:37 +0000262005-11-19 Roland McGrath <roland@redhat.com>
27
28 * ppc64_reloc.def: REL30 -> ADDR30.
29
Roland McGrathf47ba532005-11-19 07:40:29 +0000302005-11-18 Roland McGrath <roland@redhat.com>
31
32 * alpha_init.c: Use HOOK macro.
33 * arm_init.c: Likewise.
34 * i386_init.c: Likewise.
35 * ia64_init.c: Likewise.
36 * ppc64_init.c: Likewise.
37 * ppc_init.c: Likewise.
38 * s390_init.c: Likewise.
39 * sh_init.c: Likewise.
40 * sparc_init.c: Likewise.
41 * x86_64_init.c: Likewise.
42
Roland McGrath6e8d1832005-11-17 22:47:38 +0000432005-11-17 Roland McGrath <roland@redhat.com>
44
Roland McGrath093281d2005-11-18 02:24:43 +000045 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +000046 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +000047
Roland McGrath6e8d1832005-11-17 22:47:38 +000048 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
49 * ppc64_reloc.def: Likewise.
50
Roland McGrathe47ab762005-11-17 03:16:00 +0000512005-11-15 Roland McGrath <roland@redhat.com>
52
53 * Contents moved here from ../libebl.