0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

Reorganize the source code into subdirectories

Make the source code easier to understand and keep track of by
organizing it into subdirectories depending on the function.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2016-05-25 12:06:29 -07:00
parent 22538e2b67
commit e1f985c167
96 changed files with 944 additions and 1085 deletions

View File

@@ -47,8 +47,8 @@
#include "preproc.h"
#include "saa.h"
#include "hashtbl.h"
#include "output/outlib.h"
#include "output/pecoff.h"
#include "outlib.h"
#include "pecoff.h"
#include "md5.h"
static void cv8_init(void);