Giter Club home page Giter Club logo

binutils-os2's People

Contributors

dmik avatar psmedley avatar silvanscherrer avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

psmedley

binutils-os2's Issues

gas: Warning: .stabd: description field xxxx too big

There is one very annoying message coming from as.exe when compiling complex C++ with GCC 9 (IIRC it happened with GCC 4 too), e.g.:

D:\Temp/ccyvaAtU.s:489773: Warning: .stabd: description field '1336a' too big, try a different debug format

This message is printed by this part of code:

as_warn (_(".stab%c: description field '%x' too big, try a different debug format"),

From what I see, it happens when there is too many line numbers in the source file and there is no workaround for AOUT debug info. I'm going to just disable it because it's highly annoying — there might be 1000s of messages like that from a single file (which scrolls the console and blows log files like crazy).

It's just another evidence that we should switch to ELF (and DWARF) ASAP (see bitwiseworks/gcc-os2#12).

libiberty: crash in cplus_demangle

I've found that the following call

cplus_demangle ("_ZSt7forwardIOZN7QThread6createIZN11tst_QThread6createEvE15MoveOnlyFunctorJEEEPS0_OT_DpOT0_EUlDpOT_E_ES6_RNSt16remove_referenceIS5_E4typeE", DMGL_ANSI | DMGL_PARAMS);

freaks libiberty out (a crash with a popuplog entry).

This problem was first encountered in EMXOMF.EXE, see bitwiseworks/libc#49.

Note that yo will get the very same crash if you run c++filt.exe (also part of binutils) and give it the same input prepended with an extra underscore. No surprise as it uses the same library.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.