Modify ↓
Ticket #71 (closed defect: fixed)
Multi-section binary
| Reported by: | anonymous | Owned by: | peter@… |
|---|---|---|---|
| Priority: | P1 | Milestone: | 0.7.0 |
| Component: | Object Format: bin | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
when i use like "[SECTION .gdt]", yasm say: pmtest1.asm:11: segment name `.gdt' not recognized pmtest1.asm:11: invalid argument to [SECTION]
Attachments
Change History
comment:1 Changed 4 years ago by peter@…
- Component changed from Core to Object Format: bin
- Milestone set to 0.6.0
comment:2 Changed 4 years ago by peter@…
- Owner set to peter@…
- Status changed from new to assigned
Accepting this for 0.6.0.
Note: See
TracTickets for help on using
tickets.

Yasm's bin objfmt does not currently support more than just ".text", ".data", and ".bss" sections. This support was added relatively recently to NASM but Yasm has not implemented this yet.
I'll keep this bug alive on the TODO list for 0.6.0.