merge of 9439e2a1c1530d75ff753bccf8e64bd1f560e60f
[platform/upstream/elfutils.git] / backends / ChangeLog
1 2005-12-10  Ulrich Drepper
2
3         * common-reloc.c (R_NAME): Generate string correctly.
4
5 2005-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
10 2005-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
26 2005-11-19  Roland McGrath  <roland@redhat.com>
27
28         * ppc64_reloc.def: REL30 -> ADDR30.
29
30 2005-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
43 2005-11-17  Roland McGrath  <roland@redhat.com>
44
45         * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
46         (CLEANFILES): Add libebl_$(m).so.
47
48         * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
49         * ppc64_reloc.def: Likewise.
50
51 2005-11-15  Roland McGrath  <roland@redhat.com>
52
53         * Contents moved here from ../libebl.