From: H.J. Lu Date: Fri, 15 Dec 2006 19:43:59 +0000 (+0000) Subject: 2006-12-15 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a962e6dd36ff0a5cbb92995e920ce52447eda35;p=binutils-gdb.git 2006-12-15 H.J. Lu * config/tc-i386.c: Add a blank line bewteen function bodies. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index cbc3034e1e1..792408645d2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-12-15 H.J. Lu + + * config/tc-i386.c: Add a blank line bewteen function bodies. + 2006-12-15 H.J. Lu * config/tc-i386.c (build_modrm_byte): Reformat to 72 columns. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index d4bba26daa5..e3cb3291c5e 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -918,6 +918,7 @@ fits_in_signed_word (num) { return (-32768 <= num) && (num <= 32767); } + static INLINE int fits_in_signed_long (num) offsetT num ATTRIBUTE_UNUSED; @@ -929,6 +930,7 @@ fits_in_signed_long (num) || (((offsetT) -1 << 31) & num) == ((offsetT) -1 << 31)); #endif } /* fits_in_signed_long() */ + static INLINE int fits_in_unsigned_long (num) offsetT num ATTRIBUTE_UNUSED;