This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/54222] [avr] Implement fixed-point support


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54222

--- Comment #11 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2013-01-29 10:33:24 UTC ---
Author: gjl
Date: Tue Jan 29 10:33:18 2013
New Revision: 195532

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195532
Log:
    PR target/54222
    * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add:
    _mulQQ,  _mulHQ,  _mulHA,  _mulSA,
    _mulUQQ, _mulUHQ, _mulUHA, _mulUSA,
    _divQQ,  _divHQ,  _divHA,  _divSA,
    _divUQQ, _divUHQ, _divUHA, _divUSA.


Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/avr/t-avr


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]