* a29k.h: Define _LIT.

This commit is contained in:
Jim Kingdon 1993-04-25 04:47:10 +00:00
parent 35d835c405
commit 2fd0e26cde
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ struct external_scnhdr
#define _TEXT ".text"
#define _DATA ".data"
#define _BSS ".bss"
#define _LIT ".lit"
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/