GNU Binutils with patches for OS216
Revision | 4b1960b897d87f821eaaa093d2a83df57db1ce10 (tree) |
---|---|
Zeit | 2003-05-18 04:10:54 |
Autor | Mark Kettenis <kettenis@gnu....> |
Commiter | Mark Kettenis |
* config/i386/x86-64linux.mh (NATDEPFILES): Fix typo.
@@ -1,5 +1,7 @@ | ||
1 | 1 | 2003-05-17 Mark Kettenis <kettenis@gnu.org> |
2 | 2 | |
3 | + * config/i386/x86-64linux.mh (NATDEPFILES): Fix typo. | |
4 | + | |
3 | 5 | * i386-tdep.c (i386_unwind_dummy_id): Use extract_unsigned_integer |
4 | 6 | instead of extract_typed_address for consistency with the rest of |
5 | 7 | the code in this file. |
@@ -5,7 +5,7 @@ XM_FILE= xm-i386.h | ||
5 | 5 | NAT_FILE= nm-x86-64linux.h |
6 | 6 | NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \ |
7 | 7 | core-regset.o i386-nat.o x86-64-linux-nat.o \ |
8 | - proc-service.o thread-db.o lin-lwp.o inux-proc.o gcore.o | |
8 | + proc-service.o thread-db.o lin-lwp.o linux-proc.o gcore.o | |
9 | 9 | |
10 | 10 | # The dynamically loaded libthread_db needs access to symbols in the |
11 | 11 | # gdb executable. |