summaryrefslogtreecommitdiffstats
path: root/opcode-gen/regen-all
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-11-16 15:54:10 -0800
committerDan Bornstein <danfuzz@android.com>2010-11-16 15:59:12 -0800
commitd03baafc41fe04167d0a8ba01d8cbc9bcbed8195 (patch)
treec7e2846e3e589b6f668be2c60a707478cbc8a971 /opcode-gen/regen-all
parent1f29eedeacc1007eeb6468358c211b282eefc6c5 (diff)
downloadandroid_dalvik-d03baafc41fe04167d0a8ba01d8cbc9bcbed8195.tar.gz
android_dalvik-d03baafc41fe04167d0a8ba01d8cbc9bcbed8195.tar.bz2
android_dalvik-d03baafc41fe04167d0a8ba01d8cbc9bcbed8195.zip
Generate the contents of OpCodeNames.c.
This was another one that was pretty easy to add to opcode-gen. I did end up tweaking opcode-gen to make it obvious that the two forms of name are different by more than just upper vs. lower case, especially because I duplicated the original distinction of the optimized opcodes having extra prefix characters in their human-oriented names but not in the names when used as programming constants. Change-Id: I5062442540d26318914964bd2722cc32380b19ca
Diffstat (limited to 'opcode-gen/regen-all')
-rwxr-xr-xopcode-gen/regen-all1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode-gen/regen-all b/opcode-gen/regen-all
index 32330e86d..4e5c38229 100755
--- a/opcode-gen/regen-all
+++ b/opcode-gen/regen-all
@@ -38,3 +38,4 @@ ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/DalvOps.java
${progdir}/opcode-gen dx/src/com/android/dx/dex/code/Dops.java
${progdir}/opcode-gen dx/src/com/android/dx/dex/code/RopToDop.java
${progdir}/opcode-gen libdex/OpCode.h
+${progdir}/opcode-gen libdex/OpCodeNames.c