[Bug binutils/29135] nm: add --no-weak

2022-05-10 Thread keithbsmiley at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29135

Keith Smiley  changed:

   What|Removed |Added

 CC||keithbsmiley at gmail dot com

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


[Bug ld/29136] New: ld: ENTRY(no_such_symbol) in -shared mode does not report a warning

2022-05-10 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=29136

Bug ID: 29136
   Summary: ld: ENTRY(no_such_symbol) in -shared mode does not
report a warning
   Product: binutils
   Version: unspecified
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: ld
  Assignee: unassigned at sourceware dot org
  Reporter: i at maskray dot me
  Target Milestone: ---

as /dev/null -o a.o
echo 'ENTRY(no_such_symbol)' > a.t
ld.bfd -T a.t -shared a.o


Both `ld.bfd -e no_such_symbol -shared a.o` and (executable link) `ld.bfd -T
a.t a.o` have a warning: `cannot find entry symbol ...; defaulting to ...`

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