Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-12-20 | * frags.c (frag_init): Call obstack_begin on `frags'. | Ken Raeburn | 1 | -3/+11 | |
* subsegs.c (subsegs_begin): Don't do it here. * as.c (main): Call frag_init before subsegs_begin. * frags.c (frag_append_1_char): New function. * frags.h (frag_append_1_char): Declare it. (FRAG_APPEND_1_CHAR): Call it. Old definition is commented out for now. * as.h (struct frag): Added (but commented out) new fields for tracking current alignment. (frag_now_fix): Changed macro to function declaration. * frags.c (frag_now_fix): Define function here. (frag_new): Use it instead of accessing `frags' directly. * frags.h (frags): Change comment to indicate it shouldn't be accessed directly. * subsegs.h (struct frchain): New field frch_obstack, intended to eventually replace global `frags' obstack. * subsegs.c (subseg_set_rest): Use frag_now_fix instead of accessing `frags' directly. Initialize fields of new frchainS explicitly instead of with memset. * config/obj-coff.c (obj_coff_ln) [!BFD_ASSEMBLER]: Use frag_now_fix. * config/tc-mips.c (s_loc), config/obj-vms.c (vms_resolve_symbol_redef), symbols.c (colon): Likewise. | |||||
1994-01-13 | (segment_info_type) [NEED_LITERAL_POOL]: Add field literal_pool_size. | Ken Raeburn | 1 | -38/+81 | |
1992-02-13 | force all files to end in "/* end of filename" | K. Richard Pixley | 1 | -1/+1 | |
1992-02-13 | White space and comments only. The devo tree prior to this delta is | K. Richard Pixley | 1 | -43/+43 | |
tagged as "vanilla" for your convenience. There are also some comment changes. | |||||
1991-11-26 | Mon Nov 25 17:26:22 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 1 | -1/+23 | |
* as.c: (perform_an_assembly_pass): moved declaration of i to avoid a syntax error. Now always create the three default sections when in MANY_SEGMENTS mode. * as.h: New improved way of specifying MANY_SEGMENTS * configure.in: hds object format is now coff-bfd * subsegs.h: add line numbers and section stuff to the segment_info structure. (But go back later and fix.. this is COFF specific) | |||||
1991-04-04 | Initial revision | K. Richard Pixley | 1 | -0/+65 | |