| ... | @@ -1,105 +1,105 @@ | ... | @@ -1,105 +1,105 @@ |
| 1 | .bss | 1 | .bss |
| 2 | .weak ___environ | 2 | .weak ___environ |
| 3 | .type ___environ, @object; | 3 | .type ___environ, %object; |
| 4 | ___environ: | 4 | ___environ: |
| 5 | .globl __daylight | 5 | .globl __daylight |
| 6 | .type __daylight, @object; | 6 | .type __daylight, %object; |
| 7 | __daylight: | 7 | __daylight: |
| 8 | .globl __environ | 8 | .globl __environ |
| 9 | .type __environ, @object; | 9 | .type __environ, %object; |
| 10 | __environ: | 10 | __environ: |
| 11 | .globl __optpos | 11 | .globl __optpos |
| 12 | .type __optpos, @object; | 12 | .type __optpos, %object; |
| 13 | __optpos: | 13 | __optpos: |
| 14 | .globl __optreset | 14 | .globl __optreset |
| 15 | .type __optreset, @object; | 15 | .type __optreset, %object; |
| 16 | __optreset: | 16 | __optreset: |
| 17 | .globl __progname | 17 | .globl __progname |
| 18 | .type __progname, @object; | 18 | .type __progname, %object; |
| 19 | __progname: | 19 | __progname: |
| 20 | .globl __progname_full | 20 | .globl __progname_full |
| 21 | .type __progname_full, @object; | 21 | .type __progname_full, %object; |
| 22 | __progname_full: | 22 | __progname_full: |
| 23 | .globl __signgam | 23 | .globl __signgam |
| 24 | .type __signgam, @object; | 24 | .type __signgam, %object; |
| 25 | __signgam: | 25 | __signgam: |
| 26 | .globl __stack_chk_guard | 26 | .globl __stack_chk_guard |
| 27 | .type __stack_chk_guard, @object; | 27 | .type __stack_chk_guard, %object; |
| 28 | __stack_chk_guard: | 28 | __stack_chk_guard: |
| 29 | .globl __timezone | 29 | .globl __timezone |
| 30 | .type __timezone, @object; | 30 | .type __timezone, %object; |
| 31 | __timezone: | 31 | __timezone: |
| 32 | .globl __tzname | 32 | .globl __tzname |
| 33 | .type __tzname, @object; | 33 | .type __tzname, %object; |
| 34 | __tzname: | 34 | __tzname: |
| 35 | .weak _environ | 35 | .weak _environ |
| 36 | .type _environ, @object; | 36 | .type _environ, %object; |
| 37 | _environ: | 37 | _environ: |
| 38 | .weak daylight | 38 | .weak daylight |
| 39 | .type daylight, @object; | 39 | .type daylight, %object; |
| 40 | daylight: | 40 | daylight: |
| 41 | .weak environ | 41 | .weak environ |
| 42 | .type environ, @object; | 42 | .type environ, %object; |
| 43 | environ: | 43 | environ: |
| 44 | .globl getdate_err | 44 | .globl getdate_err |
| 45 | .type getdate_err, @object; | 45 | .type getdate_err, %object; |
| 46 | getdate_err: | 46 | getdate_err: |
| 47 | .globl h_errno | 47 | .globl h_errno |
| 48 | .type h_errno, @object; | 48 | .type h_errno, %object; |
| 49 | h_errno: | 49 | h_errno: |
| 50 | .globl optarg | 50 | .globl optarg |
| 51 | .type optarg, @object; | 51 | .type optarg, %object; |
| 52 | optarg: | 52 | optarg: |
| 53 | .globl optopt | 53 | .globl optopt |
| 54 | .type optopt, @object; | 54 | .type optopt, %object; |
| 55 | optopt: | 55 | optopt: |
| 56 | .weak optreset | 56 | .weak optreset |
| 57 | .type optreset, @object; | 57 | .type optreset, %object; |
| 58 | optreset: | 58 | optreset: |
| 59 | .weak program_invocation_name | 59 | .weak program_invocation_name |
| 60 | .type program_invocation_name, @object; | 60 | .type program_invocation_name, %object; |
| 61 | program_invocation_name: | 61 | program_invocation_name: |
| 62 | .weak program_invocation_short_name | 62 | .weak program_invocation_short_name |
| 63 | .type program_invocation_short_name, @object; | 63 | .type program_invocation_short_name, %object; |
| 64 | program_invocation_short_name: | 64 | program_invocation_short_name: |
| 65 | .weak signgam | 65 | .weak signgam |
| 66 | .type signgam, @object; | 66 | .type signgam, %object; |
| 67 | signgam: | 67 | signgam: |
| 68 | .weak timezone | 68 | .weak timezone |
| 69 | .type timezone, @object; | 69 | .type timezone, %object; |
| 70 | timezone: | 70 | timezone: |
| 71 | .weak tzname | 71 | .weak tzname |
| 72 | .type tzname, @object; | 72 | .type tzname, %object; |
| 73 | tzname: | 73 | tzname: |
| 74 | .data | 74 | .data |
| 75 | .globl _dl_debug_addr | 75 | .globl _dl_debug_addr |
| 76 | .type _dl_debug_addr, @object; | 76 | .type _dl_debug_addr, %object; |
| 77 | _dl_debug_addr: | 77 | _dl_debug_addr: |
| 78 | .globl opterr | 78 | .globl opterr |
| 79 | .type opterr, @object; | 79 | .type opterr, %object; |
| 80 | opterr: | 80 | opterr: |
| 81 | .globl optind | 81 | .globl optind |
| 82 | .type optind, @object; | 82 | .type optind, %object; |
| 83 | optind: | 83 | optind: |
| 84 | .data.rel.ro | 84 | .data.rel.ro |
| 85 | .globl stderr | 85 | .globl stderr |
| 86 | .type stderr, @object; | 86 | .type stderr, %object; |
| 87 | stderr: | 87 | stderr: |
| 88 | .globl stdin | 88 | .globl stdin |
| 89 | .type stdin, @object; | 89 | .type stdin, %object; |
| 90 | stdin: | 90 | stdin: |
| 91 | .globl stdout | 91 | .globl stdout |
| 92 | .type stdout, @object; | 92 | .type stdout, %object; |
| 93 | stdout: | 93 | stdout: |
| 94 | .rodata | 94 | .rodata |
| 95 | .globl _ns_flagdata | 95 | .globl _ns_flagdata |
| 96 | .type _ns_flagdata, @object; | 96 | .type _ns_flagdata, %object; |
| 97 | _ns_flagdata: | 97 | _ns_flagdata: |
| 98 | .globl in6addr_any | 98 | .globl in6addr_any |
| 99 | .type in6addr_any, @object; | 99 | .type in6addr_any, %object; |
| 100 | in6addr_any: | 100 | in6addr_any: |
| 101 | .globl in6addr_loopback | 101 | .globl in6addr_loopback |
| 102 | .type in6addr_loopback, @object; | 102 | .type in6addr_loopback, %object; |
| 103 | in6addr_loopback: | 103 | in6addr_loopback: |
| 104 | .text | 104 | .text |
| 105 | .globl _Exit | 105 | .globl _Exit |