Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)
authorSteve Chamberlain <sac@cygnus>
Thu, 4 Jun 1992 19:21:58 +0000 (19:21 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 4 Jun 1992 19:21:58 +0000 (19:21 +0000)
commitf8701a3ff892202ea34e9a721c66f8dab62f5c7c
treed92b8743afc7dc3186763528fe62e99dd43bd8ca
parentf4a0f42d8ae83b302641b74c3dea1912964e0145
Thu Jun  4 11:59:13 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

* expr.c(expr): allow SEG_REGISTER in expressions.
* read.c(pseudo_set): register expressions can be the source of a
set.
* subsegs.c (subseg_new): Now -R forces all changes to SEG_DATA to
goto SEG_TEXT (if a.out)
* write.c (write_object_file): If a.out don't use the old way for
-R.
* config/obj-a.out (s_sect): complain if the user tries to use a
subsegment with a value which might interfere with out -R hackery.
* config/tc-m68k.c (m68k_reg_parse): lookup names in symbol table
rather than use ugly if tree. (init_regtable): insert register
names into symbol table.
gas/ChangeLog
gas/config/tc-m68k.c
gas/expr.c
gas/read.c
gas/subsegs.c
gas/write.c