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/68059] [arm] libgcc uses __write to report error


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68059

--- Comment #3 from nsz at gcc dot gnu.org ---
Author: nsz
Date: Mon Nov 23 15:17:55 2015
New Revision: 230762

URL: https://gcc.gnu.org/viewcvs?rev=230762&root=gcc&view=rev
Log:
[ARM] PR target/68059 libgcc should not use __write for printing fatal error

libgcc/
        PR target/68059
        * config/arm/linux-atomic-64bit.c (__write): Rename to...
        (write): ...this and fix the return type.


Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/arm/linux-atomic-64bit.c

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