author | jiangli |
Thu, 26 Jul 2012 17:24:31 -0400 | |
changeset 13311 | 71effe5a1069 |
parent 12892 | 3ef14bab6254 |
permissions | -rw-r--r-- |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
1 |
data = R0x2000; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
2 |
text = LOAD ?RXO; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
3 |
# Test Null |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
4 |
# Test Exit |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
5 |
# Test Hello |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
6 |
# Test Sleep |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
7 |
# Test IntToString |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
8 |
# Test LoadToolkit |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
9 |
# Test LoadFrame |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
10 |
# Test LoadJFrame |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
11 |
# Test JHello |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
12 |
# SwingSet |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
13 |
text: .text%JNI_OnLoad; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
14 |
text: .text%Java_sun_awt_image_JPEGImageDecoder_initIDs; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
15 |
text: .text%Java_sun_awt_image_JPEGImageDecoder_readImage; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
16 |
text: .text%jStdError; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
17 |
text: .text%jCreaDecompress; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
18 |
text: .text%jIMemMgr; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
19 |
text: .text%jMemInit; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
20 |
text: .text%jGetSmall; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
21 |
text: .text%jIMReader; |
12892 | 22 |
text: .text%alloc_small: OUTPUTDIR/jmemmgr.o; |
23 |
text: .text%reset_marker_reader: OUTPUTDIR/jdmarker.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
24 |
text: .text%jIInCtlr; |
12892 | 25 |
# text: .text%GET_ARRAYS: OUTPUTDIR/jpegdecoder.o; |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
26 |
text: .text%jReadHeader; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
27 |
text: .text%jConsumeInput; |
12892 | 28 |
text: .text%reset_input_controller: OUTPUTDIR/jdinput.o; |
29 |
text: .text%reset_error_mgr: OUTPUTDIR/jerror.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
30 |
text: .text%sun_jpeg_init_source; |
12892 | 31 |
text: .text%consume_markers: OUTPUTDIR/jdinput.o; |
32 |
text: .text%read_markers: OUTPUTDIR/jdmarker.o; |
|
33 |
# text: .text%first_marker: OUTPUTDIR/jdmarker.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
34 |
text: .text%sun_jpeg_fill_input_buffer; |
12892 | 35 |
# text: .text%RELEASE_ARRAYS: OUTPUTDIR/jpegdecoder.o; |
36 |
# text: .text%get_soi: OUTPUTDIR/jdmarker.o; |
|
37 |
text: .text%emit_message: OUTPUTDIR/jerror.o; |
|
38 |
# text: .text%next_marker: OUTPUTDIR/jdmarker.o; |
|
39 |
text: .text%get_interesting_appn: OUTPUTDIR/jdmarker.o; |
|
40 |
# text: .text%examine_app0: OUTPUTDIR/jdmarker.o; |
|
41 |
text: .text%skip_variable: OUTPUTDIR/jdmarker.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
42 |
text: .text%sun_jpeg_skip_input_data; |
12892 | 43 |
# text: .text%examine_app14: OUTPUTDIR/jdmarker.o; |
44 |
text: .text%get_dqt: OUTPUTDIR/jdmarker.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
45 |
text: .text%jAlcQTable; |
12892 | 46 |
text: .text%get_sof: OUTPUTDIR/jdmarker.o; |
47 |
# text: .text%get_dri: OUTPUTDIR/jdmarker.o; |
|
48 |
text: .text%get_dht: OUTPUTDIR/jdmarker.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
49 |
text: .text%jAlcHTable; |
12892 | 50 |
text: .text%get_sos: OUTPUTDIR/jdmarker.o; |
51 |
# text: .text%initial_setup: OUTPUTDIR/jdinput.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
52 |
text: .text%jDivRound; |
12892 | 53 |
# text: .text%default_decompress_parms: OUTPUTDIR/jdapimin.o; |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
54 |
text: .text%jHasMultScn; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
55 |
text: .text%jStrtDecompress; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
56 |
text: .text%jIDMaster; |
12892 | 57 |
# text: .text%master_selection: OUTPUTDIR/jdmaster.o; |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
58 |
text: .text%jCalcDimensions; |
12892 | 59 |
# text: .text%use_merged_upsample: OUTPUTDIR/jdmaster.o; |
60 |
# text: .text%prepare_range_limit_table: OUTPUTDIR/jdmaster.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
61 |
text: .text%jIDColor; |
12892 | 62 |
# text: .text%build_ycc_rgb_table: OUTPUTDIR/jdcolor.o; |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
63 |
text: .text%jIUpsampler; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
64 |
text: .text%jRound; |
12892 | 65 |
text: .text%alloc_sarray: OUTPUTDIR/jmemmgr.o; |
66 |
text: .text%alloc_large: OUTPUTDIR/jmemmgr.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
67 |
text: .text%jGetLarge; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
68 |
text: .text%jIDPostC; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
69 |
text: .text%jIIDCT; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
70 |
text: .text%jIHDecoder; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
71 |
text: .text%jIDCoefC; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
72 |
text: .text%jIDMainC; |
12892 | 73 |
# text: .text%alloc_funny_pointers: OUTPUTDIR/jdmainct.o; |
74 |
text: .text%realize_virt_arrays: OUTPUTDIR/jmemmgr.o; |
|
75 |
text: .text%start_input_pass: OUTPUTDIR/jdinput.o; |
|
76 |
# text: .text%per_scan_setup: OUTPUTDIR/jdinput.o; |
|
77 |
# text: .text%latch_quant_tables: OUTPUTDIR/jdinput.o; |
|
78 |
text: .text%start_pass_huff_decoder: OUTPUTDIR/jdhuff.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
79 |
text: .text%jMkDDerived; |
12892 | 80 |
text: .text%start_input_pass: OUTPUTDIR/jdcoefct.o; |
81 |
# text: .text%start_iMCU_row: OUTPUTDIR/jdcoefct.o; |
|
82 |
# text: .text%output_pass_setup: OUTPUTDIR/jdapistd.o; |
|
83 |
text: .text%prepare_for_output_pass: OUTPUTDIR/jdmaster.o; |
|
84 |
text: .text%start_pass: OUTPUTDIR/jddctmgr.o; |
|
85 |
text: .text%start_output_pass: OUTPUTDIR/jdcoefct.o; |
|
86 |
text: .text%start_pass_dcolor: OUTPUTDIR/jdcolor.o; |
|
87 |
text: .text%start_pass_upsample: OUTPUTDIR/jdsample.o; |
|
88 |
text: .text%start_pass_dpost: OUTPUTDIR/jdpostct.o; |
|
89 |
text: .text%start_pass_main: OUTPUTDIR/jdmainct.o; |
|
90 |
# text: .text%make_funny_pointers: OUTPUTDIR/jdmainct.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
91 |
text: .text%jReadScanlines; |
12892 | 92 |
text: .text%process_data_context_main: OUTPUTDIR/jdmainct.o; |
93 |
text: .text%decompress_onepass: OUTPUTDIR/jdcoefct.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
94 |
text: .text%jZeroFar; |
12892 | 95 |
text: .text%decode_mcu: OUTPUTDIR/jdhuff.o; |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
96 |
text: .text%jFilBitBuf; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
97 |
text: .text%jHufDecode; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
98 |
text: .text%jRDislow; |
12892 | 99 |
text: .text%sep_upsample: OUTPUTDIR/jdsample.o; |
100 |
text: .text%fullsize_upsample: OUTPUTDIR/jdsample.o; |
|
101 |
text: .text%h2v2_fancy_upsample: OUTPUTDIR/jdsample.o; |
|
102 |
text: .text%ycc_rgb_convert: OUTPUTDIR/jdcolor.o; |
|
103 |
# text: .text%set_wraparound_pointers: OUTPUTDIR/jdmainct.o; |
|
104 |
# text: .text%process_restart: OUTPUTDIR/jdhuff.o; |
|
105 |
text: .text%read_restart_marker: OUTPUTDIR/jdmarker.o; |
|
106 |
text: .text%finish_input_pass: OUTPUTDIR/jdinput.o; |
|
107 |
# text: .text%set_bottom_pointers: OUTPUTDIR/jdmainct.o; |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
108 |
text: .text%jFinDecompress; |
12892 | 109 |
text: .text%finish_output_pass: OUTPUTDIR/jdmaster.o; |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
110 |
text: .text%sun_jpeg_term_source; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
111 |
text: .text%jAbort; |
12892 | 112 |
text: .text%free_pool: OUTPUTDIR/jmemmgr.o; |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
113 |
text: .text%jFreeLarge; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
114 |
text: .text%jFreeSmall; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
115 |
text: .text%jDestDecompress; |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
116 |
text: .text%jDestroy; |
12892 | 117 |
text: .text%self_destruct: OUTPUTDIR/jmemmgr.o; |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
118 |
text: .text%jMemTerm; |
12892 | 119 |
text: .text%process_data_simple_main: OUTPUTDIR/jdmainct.o; |