mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
WIP: bin format improvements
- Remove linear lookups - Enable output of relocations in the map file - Other performance fixes Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
@@ -334,6 +334,11 @@ static inline const char *nasm_digit_chars(bool ucase)
|
||||
*/
|
||||
int32_t seg_alloc(void);
|
||||
|
||||
/*
|
||||
* Return the lowest unused segment index, suitable for array sizing.
|
||||
*/
|
||||
int32_t seg_maxindex(void);
|
||||
|
||||
/*
|
||||
* Add/replace or remove an extension to the end of a filename
|
||||
*/
|
||||
|
Reference in New Issue
Block a user