plan9fox/sys/src/cmd/5l
cinap_lenrek da9b38c75c 5l,6l,8l,kl,ql,vl: allow duplicate GLOBAL symbols (from Ori Bernstein)
The plan 9 assemblers support the DUPOK flag on text symbols. They parse and
ignore it on GLOBL symbols. This patch makes it work in the linkers.

The reason I ran into this is because my programming language (Myrddin) uses
data symbols to generate type information, and it's useful to avoid
duplicating all of the type info in every file that gets generated.
2017-03-19 03:05:24 +01:00
..
asm.c 5l,6l,8l,kl,ql,vl: allow duplicate GLOBAL symbols (from Ori Bernstein) 2017-03-19 03:05:24 +01:00
compat.c fixes for new setmalloctag() prototype 2014-02-01 10:29:14 +01:00
l.h 5l,6l,8l,kl,ql,vl: allow duplicate GLOBAL symbols (from Ori Bernstein) 2017-03-19 03:05:24 +01:00
list.c 5l: format assembly constant right shift encoding 0 as >>32 2016-09-03 17:01:56 +02:00
mkfile import updated compilers from sources 2012-07-30 19:11:16 +02:00
noop.c add arm vfp support to compiler and linker (from sources) 2013-01-26 18:03:45 +01:00
obj.c 5l,6l,8l,kl,ql,vl: allow duplicate GLOBAL symbols (from Ori Bernstein) 2017-03-19 03:05:24 +01:00
optab.c 5a, 5l: add LDREX/STREX/CLREX instructions 2014-08-07 20:22:00 +02:00
pass.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
sched.c 5l: ROR instruction 2016-07-08 04:16:37 +02:00
span.c 5l: ROR instruction 2016-07-08 04:16:37 +02:00