1	.arch armv7-a
2	.fpu softvfp
3	.eabi_attribute 20, 1
4	.eabi_attribute 21, 1
5	.eabi_attribute 23, 3
6	.eabi_attribute 24, 1
7	.eabi_attribute 25, 1
8	.eabi_attribute 26, 2
9	.eabi_attribute 30, 4
10	.eabi_attribute 18, 4
11	.file	"bounds.c"
12@ GNU C (Buildroot 2012.02) version 4.5.3 (arm-brcm-linux-uclibcgnueabi)
13@	compiled by GNU C version 4.1.2 20080704 (Red Hat 4.1.2-52), GMP version 5.0.2, MPFR version 3.0.1-p4, MPC version 0.9
14@ GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
15@ options passed:  -nostdinc
16@ -I/home/antony/R7000/V1.0.5.42_1.1.76/components/opensource/linux/linux-2.6.36/arch/arm/include
17@ -Iinclude -Iarch/arm/mach-brcm-hnd/include -Iarch/arm/plat-brcm/include
18@ -I/home/antony/R7000/V1.0.5.42_1.1.76/src/include -D__KERNEL__
19@ -DBCMDRIVER -Dlinux -DMULTIPLE_SSID -DSAMBA_ENABLE -DX_ST_ML
20@ -DKERNEL_CRASH_DUMP_TO_MTD -DU12H270 -DR7000 -DBCM53125 -DINCLUDE_USB_LED
21@ -DWIFI_LED_BLINKING -DIGMP_PROXY -D__CONFIG_IGMP_SNOOPING__
22@ -DINCLUDE_L2TP -DAP_MODE -DINCLUDE_DUAL_BAND -DCONFIG_RUSSIA_IPTV
23@ -DCONFIG_KERNEL_2_6_36 -DINCLUDE_ACCESSCONTROL -DVLAN_SUPPORT
24@ -DINCLUDE_DETECT_AP_MODE -DARP_PROTECTION -DHOME_ROUTER_SUPPORT_3G_4G
25@ -DCONFIG_EXTENDER_MODE -DCONFIG_NAT_65536_SESSION -DWW_VERSION
26@ -DBCMVISTAROUTER -DINCLUDE_QOS -DRESTART_ALL_PROCESSES -DHNDCTF -DCTFPOOL
27@ -DCTFMAP -DPKTC -DCTF_PPPOE -DCTF_IPV6 -DBCM47XX -D__LINUX_ARM_ARCH__=7
28@ -Uarm -DNETGEAR_PATCH -DKBUILD_STR(s)=#s
29@ -DKBUILD_BASENAME=KBUILD_STR(bounds) -DKBUILD_MODNAME=KBUILD_STR(bounds)
30@ -isystem
31@ /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/include
32@ -include include/generated/autoconf.h -MD kernel/.bounds.s.d
33@ kernel/bounds.c -mlittle-endian -marm -mabi=aapcs-linux
34@ -mno-thumb-interwork -march=armv7-a -msoft-float -mtune=cortex-a9
35@ -auxbase-strip kernel/bounds.s -Os -Wall -Wundef -Wstrict-prototypes
36@ -Wno-trigraphs -Werror-implicit-function-declaration -Wno-format-security
37@ -Wframe-larger-than=2048 -Wdeclaration-after-statement -Wno-pointer-sign
38@ -fno-strict-aliasing -fno-common -fno-delete-null-pointer-checks
39@ -ffreestanding -fno-dwarf2-cfi-asm -funwind-tables -fno-stack-protector
40@ -fomit-frame-pointer -fno-strict-overflow -fconserve-stack -fverbose-asm
41@ options enabled:  -falign-loops -fargument-alias -fauto-inc-dec
42@ -fbranch-count-reg -fcaller-saves -fcprop-registers -fcrossjumping
43@ -fcse-follow-jumps -fdefer-pop -fearly-inlining
44@ -feliminate-unused-debug-types -fexpensive-optimizations
45@ -fforward-propagate -ffunction-cse -fgcse -fgcse-lm
46@ -fguess-branch-probability -fident -fif-conversion -fif-conversion2
47@ -findirect-inlining -finline -finline-functions
48@ -finline-functions-called-once -finline-small-functions -fipa-cp
49@ -fipa-pure-const -fipa-reference -fipa-sra -fira-share-save-slots
50@ -fira-share-spill-slots -fivopts -fkeep-static-consts
51@ -fleading-underscore -fmath-errno -fmerge-constants -fmerge-debug-strings
52@ -fmove-loop-invariants -fomit-frame-pointer -foptimize-register-move
53@ -foptimize-sibling-calls -fpeephole -fpeephole2 -freg-struct-return
54@ -fregmove -freorder-blocks -freorder-functions -frerun-cse-after-loop
55@ -fsched-critical-path-heuristic -fsched-dep-count-heuristic
56@ -fsched-group-heuristic -fsched-interblock -fsched-last-insn-heuristic
57@ -fsched-rank-heuristic -fsched-spec -fsched-spec-insn-heuristic
58@ -fsched-stalled-insns-dep -fschedule-insns2 -fsection-anchors
59@ -fshow-column -fsigned-zeros -fsplit-ivs-in-unroller -fsplit-wide-types
60@ -fthread-jumps -ftoplevel-reorder -ftrapping-math -ftree-builtin-call-dce
61@ -ftree-ccp -ftree-ch -ftree-copy-prop -ftree-copyrename -ftree-cselim
62@ -ftree-dce -ftree-dominator-opts -ftree-dse -ftree-forwprop -ftree-fre
63@ -ftree-loop-im -ftree-loop-ivcanon -ftree-loop-optimize
64@ -ftree-parallelize-loops= -ftree-phiprop -ftree-pre -ftree-pta
65@ -ftree-reassoc -ftree-scev-cprop -ftree-sink -ftree-slp-vectorize
66@ -ftree-sra -ftree-switch-conversion -ftree-ter -ftree-vect-loop-version
67@ -ftree-vrp -funit-at-a-time -funwind-tables -fverbose-asm
68@ -fzero-initialized-in-bss -mlittle-endian -msched-prolog -muclibc
69
70@ Compiler executable checksum: 8cebbbe9ca0196cb42c9e021439dccbd
71
72	.text
73	.align	2
74	.global	foo
75	.type	foo, %function
76foo:
77	.fnstart
78.LFB0:
79	@ args = 0, pretend = 0, frame = 0
80	@ frame_needed = 0, uses_anonymous_args = 0
81	@ link register save eliminated.
82#APP
83@ 16 "kernel/bounds.c" 1
84
85->NR_PAGEFLAGS #22 __NR_PAGEFLAGS	@
86@ 0 "" 2
87@ 17 "kernel/bounds.c" 1
88
89->MAX_NR_ZONES #3 __MAX_NR_ZONES	@
90@ 0 "" 2
91	bx	lr	@
92.LFE0:
93	.fnend
94	.size	foo, .-foo
95	.ident	"GCC: (Buildroot 2012.02) 4.5.3"
96	.section	.note.GNU-stack,"",%progbits
97