gas: run the hwcaps-bump tests with 64-bit sparc objects only.
[deliverable/binutils-gdb.git] / sim / common / cgen-defs.h
index c42db9b469352fd760fc534b2030b413e2583461..c90fe3cbdb0057b62dce6b6e498863aa24abc2aa 100644 (file)
@@ -144,14 +144,6 @@ typedef enum {
    sim_state_base.  */
 
 typedef struct cgen_state {
-  /* FIXME: Moved to sim_state_base.  */
-  /* argv, env */
-  char **argv;
-#define STATE_ARGV(s) ((s) -> cgen_state.argv)
-  /* FIXME: Move to sim_state_base.  */
-  char **envp;
-#define STATE_ENVP(s) ((s) -> cgen_state.envp)
-
   /* Non-zero if no tracing or profiling is selected.  */
   int run_fast_p;
 #define STATE_RUN_FAST_P(sd) ((sd) -> cgen_state.run_fast_p)
This page took 0.02363 seconds and 4 git commands to generate.