summaryrefslogtreecommitdiff
path: root/upb/pb/jit_debug_elf_file.s
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-07-15 12:05:43 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-07-15 12:05:43 -0700
commit10265aa56b22ac4f04e7ba08330138e4507534e4 (patch)
treee821c85219a10b4ee3df715ab774465fdf87cf1d /upb/pb/jit_debug_elf_file.s
parent6a1f3a66939308668ab8dce0d195afec16e02af9 (diff)
Directory restructure.
Includes are now via upb/foo.h. Files specific to the protobuf format are now in upb/pb (the core library is concerned with message definitions, handlers, and byte streams, but knows nothing about any particular serializationf format).
Diffstat (limited to 'upb/pb/jit_debug_elf_file.s')
-rw-r--r--upb/pb/jit_debug_elf_file.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/upb/pb/jit_debug_elf_file.s b/upb/pb/jit_debug_elf_file.s
new file mode 100644
index 0000000..0b74630
--- /dev/null
+++ b/upb/pb/jit_debug_elf_file.s
@@ -0,0 +1,7 @@
+ .file "JIT mcode"
+ .text
+upb_jit_compiled_decoder:
+ .globl upb_jit_compiled_decoder
+ .size upb_jit_compiled_decoder, 0x321
+ .type upb_jit_compiled_decoder STT_FUNC
+ .space 0x321
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback