aboutsummaryrefslogtreecommitdiff
path: root/ld/ldexp.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-09 15:09:17 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-09 15:09:17 +0000
commit89cdebba1358d2b68fe98449be80bbc3338ebda5 (patch)
treeab36519239c28a9b19b9616798955e431ec73580 /ld/ldexp.c
parent86b1cc60c0f0ab09253cc6f6554d402fa13e52e6 (diff)
downloadbinutils-89cdebba1358d2b68fe98449be80bbc3338ebda5.zip
binutils-89cdebba1358d2b68fe98449be80bbc3338ebda5.tar.gz
binutils-89cdebba1358d2b68fe98449be80bbc3338ebda5.tar.bz2
2000-10-09 Kazu Hirata <kazu@hxi.com>
* ldcref.c: Fix formatting. * ldctor.h: Likewise. * ldemul.c: Likewise. * ldemul.h: Likewise. * ldexp.c: Likewise. * ldexp.h: Likewise. * ldfile.c: Likewise. * ldfile.h: Likewise. * ld.h: Likewise. * ldlang.c: Likewise. * ldlang.h: Likewise. * ldmain.c: Likewise.
Diffstat (limited to 'ld/ldexp.c')
-rw-r--r--ld/ldexp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldexp.c b/ld/ldexp.c
index d5ff4e5..cc34274 100644
--- a/ld/ldexp.c
+++ b/ld/ldexp.c
@@ -66,8 +66,7 @@ static void
exp_print_token (code)
token_code_type code;
{
- static CONST struct
- {
+ static CONST struct {
token_code_type code;
char *name;
} table[] = {