write.c: Complain about .space or .org moving backwards.
authorKen Raeburn <raeburn@cygnus>
Tue, 11 Apr 1995 06:10:34 +0000 (06:10 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 11 Apr 1995 06:10:34 +0000 (06:10 +0000)
commit9b0da28b13c6a9a22090d7ce8946210b7b65926f
tree46bb6d1b0fea2d257ac322cecba931e462863ad8
parent49073be098319a9f78527640d0ae3646a1802b71
write.c: Complain about .space or .org moving backwards.

Do generic rs_machine_dependent relaxation only if TC_GENERIC_RELAX_TABLE is
defined.  Use its value as the base of the table, so the actual declaration
can be cpu-specific (and const or not as appropriate).  For other cpus where
this isn't done (the majority), delete md_relax_table altogether.

For machines with WORKING_DOT_WORD, delete md_{short,long}_jump_size.
gas/config/tc-a29k.c
gas/config/tc-arc.c
gas/config/tc-h8500.c
gas/config/tc-h8500.h
gas/config/tc-m88k.c
gas/config/tc-ppc.c
gas/config/tc-rce.h
gas/config/tc-tahoe.c
gas/config/tc-tahoe.h
gas/config/tc-w65.c
gas/config/tc-w65.h
This page took 0.026867 seconds and 4 git commands to generate.