From 350e4e14d811d6fcfff067989061309355ea8881 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 4 Jan 2009 21:19:43 +0000 Subject: ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable. ldso/ldso/avr32/dl-startup.h: remove superfluous definition of START() macro. ldso/ldso/*/dl-startup.h: fix a typo in comment text data bss dec hex filename - 16752 244 92 17088 42c0 lib/ld-uClibc.so + 16709 240 92 17041 4291 lib/ld-uClibc.so --- ldso/ldso/powerpc/dl-startup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/powerpc/dl-startup.h') diff --git a/ldso/ldso/powerpc/dl-startup.h b/ldso/ldso/powerpc/dl-startup.h index 50e72c3ee..e471aa033 100644 --- a/ldso/ldso/powerpc/dl-startup.h +++ b/ldso/ldso/powerpc/dl-startup.h @@ -60,7 +60,7 @@ __asm__( /* * Get a pointer to the argv array. On many platforms this can be just - * the address if the first argument, on other platforms we need to + * the address of the first argument, on other platforms we need to * do something a little more subtle here. */ #define GET_ARGV(ARGVP, ARGS) ARGVP = (((unsigned long*) ARGS)+1) -- cgit v1.2.3