bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/23881] pdp11 binutils fails if too much debug data


From: amodra at gmail dot com
Subject: [Bug binutils/23881] pdp11 binutils fails if too much debug data
Date: Wed, 28 Feb 2024 06:23:49 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=23881

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-02-28
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
This is because the length of the symbol table exceeds 64k and struct
pdp11_external_exec e_syms is only 2 bytes.  Apparently the pdp11 backend
linker doesn't notice the overflow.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]