diff options
author | Jeff Law <law@redhat.com> | 1996-08-31 07:32:01 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-31 07:32:01 +0000 |
commit | 69ae4b82dccc467ad7d23a0c90b04ee4b884e39e (patch) | |
tree | 5d548e2fb8b39a55b3e49c1575caa5940f5c893d /opcodes/v850-opc.c | |
parent | 574b9cb3d3471eba6dab1e1492ad4b265a7babf8 (diff) | |
download | gdb-69ae4b82dccc467ad7d23a0c90b04ee4b884e39e.zip gdb-69ae4b82dccc467ad7d23a0c90b04ee4b884e39e.tar.gz gdb-69ae4b82dccc467ad7d23a0c90b04ee4b884e39e.tar.bz2 |
* v850-opc.c: Add notes about needing special insert/extract
for all the load/store insns, except "ld.b" and "st.b".
So we don't forget!
Diffstat (limited to 'opcodes/v850-opc.c')
-rw-r--r-- | opcodes/v850-opc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index 5239d80..4530231 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -1,6 +1,12 @@ #include "ansidecl.h" #include "opcode/v850.h" +/* TODO: + + * ld.h, ld.w st.h and st.w will need special insert/extract code. + + * All sld instructions will need special insert/extrat code. */ + /* Local insertion and extraction functions. */ static unsigned long insert_d9 PARAMS ((unsigned long, long, const char **)); static long extract_d9 PARAMS ((unsigned long, int *)); |